0
Vote+
How-To: Import/Export GPG key pair

This tutorial will show how you can export and import a set of GPG keys from one computer to another. This way, you can sign/encrypt the same way one different computer. read more

0
Vote+
How-To: Customizing SSH client

SSH is great. There is so many thing you can do with it other than just a remote secure shell like X forwarding, port forwarding, authenticate using a private/public key, compress the transmitted str...