[BangPypers] Multilevel SSH in Python

davidsnt davidsnt at gmail.com
Tue Oct 16 13:21:45 CEST 2012


Hello Team.

I need some help in building a multilevel ssh program in Python.

My requirement is that I have to connect to ServerA and from ServerA
connect to ServerB and from ServerB connect to ServerC and execute few set
of commands and collect the results.

I dont have direct access to ServerB or ServerC only from ServerA I can
move on to ServerB and then on to ServerC.

I only have access to ServerA.

How can I achieve it.
Thanks,
David


More information about the BangPypers mailing list