09/06: Linux > How to mount SSH directory
Category: Linux tips
Posted by: hajime osako
How to mount a remote ssh filesystem using sshfs Ubuntu Blog
$ sshfs -o transform_symlinks example.com:/stuff /media/home-pc
$ fusermount -u /media/home-pc
$ sshfs -o transform_symlinks example.com:/stuff /media/home-pc
$ fusermount -u /media/home-pc