Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sshfs block the network on MacOS #151

Closed
chaonan99 opened this issue Oct 31, 2018 · 1 comment
Closed

sshfs block the network on MacOS #151

chaonan99 opened this issue Oct 31, 2018 · 1 comment
Assignees

Comments

@chaonan99
Copy link

chaonan99 commented Oct 31, 2018

SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0)
OSXFUSE 3.8.2
FUSE library version: 2.9.7
MacOS: 10.14 (Mojave)

When I'm doing sshfs on MacOS, and if I do not enter the password, some other processes on the system are blocked (for example the network is blocked and I cannot open a new page in web browser or ssh to the server, etc.) until sshfs is finished (either enter the password or ctrl+c to cancel it). This is fine but the problem comes when I was also doing an ssh before that and do not enter the password, and separately run sshfs to some server, then everything on the system is unresponsive and I have to restart the computer.

I guess a simpler problem would be: when I am doing sshfs and does not enter the password, i.e. the process is not finished, the network is completely occupied. This does not happen with ssh (I could still open new tab in a web browser and enter password for an ssh session later on). So I wonder if there is a way to make sshfs also work like that?

@Nikratio
Copy link
Contributor

Thanks for the report! I believe this is fixed in the newest SSHFS version, but sadly this is not yet available for OS X due to the lack of a recent libfuse.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants