This is a simple note on how to access remote linux machine files through SSH from GNOME File browser Nautilus. My server is Debian Squeeze and Client is Ubuntu 10.04.
Remote machine configuration
Install the OpenSSH package as shown below.
# apt-get install openssh-server
Local machine configuration
Install the OpenSSH client package as shown below, if not already installed.
$ sudo apt-get install openssh-client
Open GNOME File browser Nautilus and type ssh://<remote-machine> as shown in the below example.
Update: Press Ctrl+L to see the Location bar and then start typing. Thanks to Reddit.
You will be prompted to enter remote machine user name and password. That’s it.
This is a less capable quick alternative to SAMBA or NFS access.

