Closed
Description
Just trying to use fs.sshfs
to access an sftp
server but I'm finding that listdir
is hanging indefinitely.
I've tracked it down to this line:
Line 303 in 33f981b
...which calls the
paramiko
SSHClient.exec_command
without a timeout argument:Lines 294 to 295 in 33f981b
Unfortunately, for whatever reason this seems to never return for me.