sftp with no password from python

Mike Hjorleifsson mhjorleifsson at gmail.com
Thu Jan 8 13:49:54 EST 2009


On Jan 8, 10:39 am, loial <jldunn2... at googlemail.com> wrote:
> Is it possible to use sftp without a password from python?

Yes you can use keys you preestablish between the server and client so
you dont need passwords, i do this on all my servers then lock off the
ability to accept passwords at all, this way no one can dictionary
attack my ssh servers.



More information about the Python-list mailing list