On Jan 8, 10:39 am, loial <jldunn2...@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. -- http://mail.python.org/mailman/listinfo/python-list