-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
bugsomething does not worksomething does not workfixedassociated bug was fixedassociated bug was fixed
Milestone
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
uname_sys = self._exec_command("uname -s") |
...which calls the
paramiko
SSHClient.exec_command
without a timeout argument:Lines 294 to 295 in 33f981b
_, out, err = self._client.exec_command(cmd) | |
return out.read().strip() if not err.read().strip() else None |
Unfortunately, for whatever reason this seems to never return for me.
Metadata
Metadata
Assignees
Labels
bugsomething does not worksomething does not workfixedassociated bug was fixedassociated bug was fixed