- apt-get -y install sshfs
- Add your local user to the fuse group
- mkdir ~/mylocaldir
- sshfs -o idmap=user mylocaluser@myremoteserver.com:/remotepath ~/mylocaldir
- Edit files under ~/mylocaldir, and as you save them, they are automatically updated in /remotepath
Errors
- "Couldn't read packet: Connection reset by peer"
- change this line in your /etc/ssh/sshd_config file to match what's here
- Subsystem sftp internal-sftp
- happens on RedHat Enterprise 6.1 for sure
No comments:
Post a Comment
Note: only a member of this blog may post a comment.