Tag Archives: security

Secure File Transfer in Nautilus with SFTP

Previously I’ve showed you how to set up a home network with Ubuntu. Once your network is set up, it’s easy to transfer files from one computer to another using Gnome’s standard file manager, Nautilus.

Nautilus has a built-in feature to support SFTP. SFTP is a secure file transfer protocol. It’s basically a combination of SSH (secure shell) and FTP (file transfer protocol). SFTP is a convenient way securely transfer files from one computer to another over the network. Continue reading

Create an Encrypted Folder in Ubuntu with Cryptkeeper

Since it’s tax time here in the US, I figured it would be good to post something to help you keep your information safe. Today I’ll show you how to install and use the Cyptkeeper applet in Ubuntu.

Cryptkeeper is a GNOME applet for managing EncFS encrypted folders. To install it, make sure the Universe Repository is enabled and install it with Synaptic. Alternatively, install it from the command line with:

sudo apt-get install cryptkeeper

The installation should have added your userid to the fuse group. If it didn’t, you can add it with: Continue reading