Re: Using paramiko rsa key

2009-02-10 Thread loial
On 10 Feb, 17:08, "Martin P. Hellwig" wrote: > loial wrote: > > Can anyone be a little more helpful than Tino? > > > I'll do some freebie hints :-) > What I would do is try first whether key authentication works at all, > for example following a tutorial > likehttp://the.earth.li/~sgtatham/putty

Re: Using paramiko rsa key

2009-02-10 Thread Martin P. Hellwig
loial wrote: Can anyone be a little more helpful than Tino? I'll do some freebie hints :-) What I would do is try first whether key authentication works at all, for example following a tutorial like http://the.earth.li/~sgtatham/putty/0.53b/htmldoc/Chapter8.html And if that works translate

Re: Using paramiko rsa key

2009-02-10 Thread loial
Can anyone be a little more helpful than Tino? I have generated the key file as follows on windows and ftp'd the id_rsa.pub file to the .ssh directory on the server and renamed to authorized_keys import paramiko key = paramiko.RSAKey.generate(2048) key.write_private_key_file('Z:/id_rsa') file

Re: Using paramiko rsa key

2009-02-10 Thread Tino Wildenhain
loial wrote: I want to connect via ssh from a python script on windows to an AIX server running openSSH using rsa keys rather than a password. Can anyone provide me with /point me at a simple tutuorial on the steps I need to go though in terms of geneerating the key, installing on the server an