b b
2010-08-08 13:39:25 UTC
Hi there,
I was trying to get Paramiko to work on my machine. (Busybox,
Synology) I want to use it as an SFTP client from my other Python
applications.
However, just starting up a transport makes my script hang:
import paramiko
HOST = '192.168.11.11'
tp = paramiko.Transport((HOST, 22))
tp.start_client()
I can't even kill it using C-c. What could be the cause for this? I'm
not seeing this when doing just ssh ***@192.168.11.11
What could be the reason?
I'm using last paramiko checkout.
Thanks
Peter
I was trying to get Paramiko to work on my machine. (Busybox,
Synology) I want to use it as an SFTP client from my other Python
applications.
However, just starting up a transport makes my script hang:
import paramiko
HOST = '192.168.11.11'
tp = paramiko.Transport((HOST, 22))
tp.start_client()
I can't even kill it using C-c. What could be the cause for this? I'm
not seeing this when doing just ssh ***@192.168.11.11
What could be the reason?
I'm using last paramiko checkout.
Thanks
Peter