umneydurak
Programmer
Hi.
I need to write a script that will connect to another server using SSH and execute some commands. The tricky part is that it has to provide a password, and it can't use any third party libraries. So no Net::SSH:erl. It gets better. Script will be run from multiple servers, but it will be connecting to one server. So creating a key pair for each server is just not an option. Is this possible to do? Please help.
Thank You.
I need to write a script that will connect to another server using SSH and execute some commands. The tricky part is that it has to provide a password, and it can't use any third party libraries. So no Net::SSH:erl. It gets better. Script will be run from multiple servers, but it will be connecting to one server. So creating a key pair for each server is just not an option. Is this possible to do? Please help.
Thank You.