}

Ssh Index Page 1

OSX MAC Solution to SSH Broken Pipe

In this article, we explain how to avoid the "Broken Pipe" error. You will need to edit you sh config file /etc/ssh/ssh_config or ~/.ssh/config and set the ServerAliveInterval to 120 and TCPKeepAlive to no for all hosts. Check here for the complete information.

Ssh Index Page 1

Reliable reverse ssh tunnel that avoids connection lost

Have you ever use SSH tunnel from work to avoid firewalls? If yes, you probably lost ssh connection which casues to lose the connection to your server or machine. To solve this issue we use autossh with will reconnect on conneciton lost, check this tutorial to use it as a reverse ssh tunnel

Ssh Index Page 1

Setup ssh keys for authentication

See all the details on how to setup and use ssh keys for authentication.