moul/assh

When using assh wrapper alias, SSHfs no longer works

Thulium-Drake opened this issue · 0 comments

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!