Re: sftp with no password from python

2009-01-09 Thread Jorge Mazzonelli
You should try the paramiko package for that (http://www.lag.net/paramiko/) A google search on that package & SFTP got me this example: http://commandline.org.uk/python/sftp-python/ Cheers Jorge On Fri, Jan 9, 2009 at 1:20 PM, loial wrote: > On 8 Jan, 18:49, Mike Hjorleifsson wrote: > > On Ja

Re: sftp with no password from python

2009-01-09 Thread loial
On 8 Jan, 18:49, Mike Hjorleifsson wrote: > On Jan 8, 10:39 am, loial wrote: > > > Is it possible to usesftpwithout 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

Re: sftp with no password from python

2009-01-08 Thread Mike Hjorleifsson
On Jan 8, 10:39 am, loial 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 dicti

sftp with no password from python

2009-01-08 Thread loial
Is it possible to use sftp without a password from python? -- http://mail.python.org/mailman/listinfo/python-list