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

When using assh wrapper alias, SSHfs no longer works #417

Open
Thulium-Drake opened this issue Apr 14, 2021 · 0 comments
Open

When using assh wrapper alias, SSHfs no longer works #417

Thulium-Drake opened this issue Apr 14, 2021 · 0 comments

Comments

@Thulium-Drake
Copy link

Hi!

First of all, this tool is absolutely amazeballs! I'm really happy with it.

I noticed when you have ssh aliased to assh wrapper ssh -- mounting filesystems over SSH with sshfs no longer works.

It seems to hang:

jeff@pc-jeff:~$ sshfs home:mail/attachments /home/jeff/mail/attachments -d
FUSE library version: 2.9.9
nullpath_ok: 0
nopath: 0
utime_omit_ok: 0 # It will hang here until I press ctrl+c to stop the program
^Cread: Interrupted system call

As a workaround I now use

sshfs home:mail/attachments /home/jeff/mail/attachments -o ssh_command=/usr/bin/ssh

Is this anything fixable? :-)

Cheers!

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

1 participant