davidsnt <[email protected]> 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 [email protected] http://mail.python.org/mailman/listinfo/bangpypers
