Posted by: harsh1kumar on: November 10, 2008
If you want to mount or unmount a remote SSH folder by just one click, follow these steps.
1.) First you have to
install the ’sshfs’ package. It is the filesystem for SSH. To do this type following in teminal.
sudo apt-get install sshfs
2.) Then make a folder where
you want to mount the remote folder. You can do [...]