George Trojan wrote:
I have a problem with connecting to a host without specifying password
(but with ssh keys configured correctly. That is
[tina src]$ sftp alice
Connecting to alice...
sftp>
works, but the code
import paramiko
paramiko.util.log_to_file('/tmp/paramiko')
t = paramiko.Transpor
I have a problem with connecting to a host without specifying password
(but with ssh keys configured correctly. That is
[tina src]$ sftp alice
Connecting to alice...
sftp>
works, but the code
import paramiko
paramiko.util.log_to_file('/tmp/paramiko')
t = paramiko.Transport(('alice', 22))
t.con