Keep SSH connection alive in OSX
Keep SSH connection alive in OSX If you want to keep you SSH connection alive to avoid automatic disconnections it is very easy in OSX. Open your terminal and run the following command: cd ~/.ssh Check if you have a file named “config”. If not, run: touch config to create the config file. Then, add the […]