Setting Up Your Own SSH Tunnel – The Basics
Introduction
Hey there readers, so this is my first actual “Security” post in a while and I hope you guys enjoy it. Today I will be teaching you how to set up your own SSH tunnel. For those of you that don’t know what SSH is it’s a network protocol that allows data to be exchanged using a secure channel between two networked devices. Basically a way for you to secure your own data! It’s something that you really should be using if you use public wireless at all. Setting up your own SSH server at home is pretty easy if you already have a server laying around. In this guide I’m going to be using my Ubuntu 12.04 server, but it should work equally well on any Linux distribution.



