What's new

SSHFS - remote host has disconnected

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

boston

New Around Here
Hi!
I'm not being able to use SSHFS with -F flag needed to use the IdentityFile to login, always getting: remote host has disconnected .
Also, don't know how to check if the sftp Subsystem is running or needed.

Command:

sshfs -F ~/.ssh/config user@server:/jffs ~/remote -p xx

Tnk
 
You need to install Entware and the openssh-sftp-server package.
Thank you Colin, it works very well..

Now I can use a short command line like this:
Code:
sshfs -F ~/.ssh/config IP:/ ~/remote

Or I can use thunar, my primary goal, sshfs was just a workaround...
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top