I'm trying to mount the home directory of the login node of the batch system at my office on my local machine using sshfs. However, when I run
export LOGLEVEL=DEBUG3
sshfs remotehostname:/user/myname $HOME/mounted/loginnodehome -o sshfs_debug
I just get this as an output:
SSHFS version 2.8
and then nothing. The command does not return, and I get no further output. I assume I have misconfigured something, but I really don't know what that could be, and I would need some hints as to where to start debugging this. Any suggestions?
Details: My home machine is running ArchLinux, the remote machine is running SLC6. Both use zsh as default shell. I have configured passwordless ssh using the standard PGP key method. I'm ready to provide further details on request.
sshorsftpto the same remote host, with-v. That will probably hang in the same manner assshfsand for the same reason, and it will be clearer what the problem is. – Celada Mar 12 '17 at 12:23sshon the same remote host works flawlessly. AboutsftpI don't know, I've never used it. Could you provide an example command line to test? – carsten Mar 12 '17 at 12:27sftp remotehostnameis the command to test. – Jakuje Mar 12 '17 at 12:35sftp remotehostnamehangs. Authentication seems to work, but using-vthe last line isdebug1: Sending subsystem: sftp– carsten Mar 12 '17 at 16:07