Servers aren't visible, they are hidden behind another server. In order to make them visible you have to log into the first server over ssh. Once there the other servers are visible and you can ssh into them from the current server (the one you just logged into/ssh'ed into).
I want to be able to run commands on the very last server in my script.
Is it possible to SSH into one server, than ssh into the next server from the current server we ssh'ed into using phpseclib and run commands?
It looks possible in the libssh2 examples for ssh2 functions on the PHP man pages so I was hoping it was possible with this library as well. Anyone had similar requirements?
Thanks.