Linux

Enable SSH Keep Alive

One of the first things I do every time I set up a server is increase the timeout on the SSH timeout to a much higher value. Nothing more annoying than when you go to refill your drink only to return to a dead session. Increasing the timeout is quite simple: On the server execute […]

Continue Reading...

Linux

SSH – Assigning a Name to an IP

If you find yourself using SSH extensively like myself, then I’m sure you’re sick of typing out IPs constantly as you’re trying to log in. This can easily be resolved by adding it as a known host in SSH. This also comes in handy when you’re using a non standard SSH port and you need […]

Continue Reading...