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 on macOS mounting when SSH authentication fails #197

Closed
kmendoza-bt opened this issue Nov 28, 2019 · 1 comment
Closed

sshfs on macOS mounting when SSH authentication fails #197

kmendoza-bt opened this issue Nov 28, 2019 · 1 comment

Comments

@kmendoza-bt
Copy link

When the "ssh" process spawned by sshfs on macOS receives a keyboard interrupt during authentication, the mount is still being done even though there is no connection to the remote side. Attempting to do "ls" on the directory triggers a "Device not configured" error.

Here are the steps that triggers the issue:

  1. Run sshfs to attempt to mount a remote directory on a Linux system.
  2. At the password prompt hit ctrl+c.
  3. Observe that no other messages are displayed.
  4. Observe that "mount" entry for the remote directory mounted to the specified mount point.
  5. Run "ls" and observe the "Device not configured" message is printed on the console.

Version info:

  • macOS 10.15.1
  • ssh -V output
    OpenSSH_7.9p1, LibreSSL 2.7.3
  • sshfs --version output:
    SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0)
    OSXFUSE 3.10.3
    FUSE library version: 2.9.7
@Nikratio
Copy link
Contributor

Duplicate of #111

@Nikratio Nikratio marked this as a duplicate of #111 Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants