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.  
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to