ssh is a command for logging into a remote machine and for executing commands on a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications between two untrusted hosts over an insecure network.
$ ssh -o "ServerAliveInterval 60"
$ ssh -N -R :8000:localhost:22 username@proxy_server # at my home PC