Linux Tip: Accessing files over SSH

Nautilus can automatically access remote files over SSH.

In Ubuntu:
If you click on the desktop and hit CTRL+L

then type

ssh://username@ipaddress_or_hostname:port#

Then you will be prompted for a password and options

Now you should be able to browse the remote system like it was local

Comments