Hi,
I am trying to setup a private key file on Bots, and cannot get it to connect. I am not sure if the private key side needs to be in a certain file format, but it comes up with;
File "/usr/local/lib/python2.7/site-packages/paramiko/sftp_client.py", line 165, in from_transport
window_size=window_size, max_packet_size=max_packet_size
File "/usr/local/lib/python2.7/site-packages/paramiko/transport.py", line 924, in open_session
timeout=timeout,
File "/usr/local/lib/python2.7/site-packages/paramiko/transport.py", line 1051, in open_channel
raise e
EOFError
Looking at the ppk file which is created by Puttygen, it does include a lot of other lines in here, so not sure if I just need to cut this down to a pure RSA file and remove the comments or what?
Anyone have any ideas?
The file has these lines;
PuTTY-User-Key-File-3: ssh-rsa
Encryption: none
Comment: rsa-key-20240605
Public-Lines: 6
Private-Lines: 14
Private-MAC:
Thanks
Lee