[Tutor] ssh connection

Prasad, Ramit ramit.prasad at jpmorgan.com
Mon Dec 17 19:28:37 CET 2012


Ufuk Eskici wrote:
> 
> Hello All,
> 
> Can we make an SSH connection with Pyhton 3.3 ?
> 
> I want to connecto to my router, send commands and receive outputs.
> 
> Thanks.
> Ufuk

You can try to use Paramiko. You may need to build it and it seems like 
it may work except for SFTP.

https://github.com/paramiko/paramiko/issues/16

If you switch to Python 2.x you can use Fabric (which relies on Paramiko).


~Ramit


This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  


More information about the Tutor mailing list