[BangPypers] Multilevel SSH in Python

davidsnt davidsnt at gmail.com
Tue Oct 16 14:13:57 CEST 2012


Looks fabric will be of a major help. Thank you all.

Regards,
Davidsanthosh L


On Tue, Oct 16, 2012 at 5:34 PM, Noufal Ibrahim <noufal at nibrahim.net.in>wrote:

> davidsnt <davidsnt at gmail.com> writes:
>
> > Yeah agreed, but with proxycommand and nc I get a very little control
> over
> > the session, I need a connection object where I can create multiple
> > connections and execute a large set of commands.
>
> Yes but all through your gateway correct?
>
> The ssh level configutation will make this gateway business transparent
> to your application. YOu can simply ssh to ServerC and get back a
> "connection object" (perhaps using fabric or something to implement
> actual commands).
>
> [...]
>
>
> --
> Cordially,
> Noufal
> http://nibrahim.net.in
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list