How can I view remote SSH, FTP, and SFTP servers using Nautilus?
• Make sure the Nautilus Location Bar is open. Toggle the bar on and off with View->Location Bar • In the Location Bar, enter the following: For SSH, use: ssh://username@ssh.server.com For FTP, use: ftp://username@ftp.server.com For SFTP, use: sftp://username@sftp.server.com Replace username with your username and replace everything after the @ symbol with the server’s address. You will be prompted for a password if needed. If there is no username (anonymous) omit the username and the @ symbol.