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::Perl. It gets better. Script will be run from multiple servers, but it will be...