There is a local area network, machines are in same address space.
I have one manager node which controls other machines. Is there a way to execute a script on any of these machines? (Note: SSH is not enabled and we cannot install any code on these machines except manager machine)
Currently, its done by opening a http session in browser, and then providing username and password, followed by the buttons on the page for each script. I need to automate this in Go. Is this possible?
Eg of one such button:
`<form ACTION="enableSsh.cgi" method="get"> <b> <input type="SUBMIT" VALUE="Enable SSH Service"> <input type=hidden name=stamp value="########"> <input type=hidden name=token value="********"> <input type=hidden name=frame value="$%$%$%$%"> </b> </form>`