I can successfully log on to a server via ssh
.
ssh root@server_ip
However, trying to sshfs
sshfs root@server_ip:/home
gives an error:
remote host has disconnected
If ssh
is passing on the server side does that mean that the failure of sshfs
is on the local side?
In other words, does a successful ssh
mean that it must be possible to sshfs
on that same server (without changing anything on the server)?