How to Keep Your SSH Terminal Connected and from Being Automatically Disconnected by the Remote Computer - 2,956 Views,
|
Previous Article « Talk About Your Nifty Mobile Cell Phone Games - This One is Motion Detecting 3D Lawn Darts!
Read Next Article » Exploding Cell Phone Kills Man
Don’t you just hate it when you are connected to a remote computer system via ssh, and you do something in another window, only to find when you return to your ssh session that you’ve been automatically disconnected by the remote system, and you have to log in all over again? Here’s how make it so that you can stay connected to the remote computer with ssh no matter how long you are idle. First, you will need to find your ssh configuration file; if you don’t have one, you will need to create it. On a Mac, for example, your personal ssh configuration file is at: ~/.ssh/config If you want to create this change for the entire computer (including other users), you will instead want to use the file found at /etc/ssh/ssh_config On other types of computers, you can find the ssh configuration file in similar locations (and the individual user file is almost always going to be at ~/.ssh/config). Now, make a backup copy of the file, just to be safe. Then edit the actual file to include this simple line: ServerAliveInterval 300 That’s it! Now your computer will let the remote server know, every X seconds, that your computer is still there and should not be connected. The number in that line is the number of seconds - in the example above it’s 300 seconds, or five minutes. You may need to adjust the number to suit your own needs, but 300 is usually sufficient. That’s all there is to it!
Follow Anne on
Twitter
Friend Anne on Facebook
Twitter Explained in Plain English
Previous Article « Talk About Your Nifty Mobile Cell Phone Games - This One is Motion Detecting 3D Lawn Darts!
Read Next Article » Exploding Cell Phone Kills Man
Read more:
» PayKiosks Internet Terminals Begins Wireless Internet Kiosk Rollout in All American Truck Stops
» Get the Best Online Data Backup Solution with this Free Remote Backup Online Site!
For additional similar stories check out our archives on Hacking, Internet Providers
NOTE: We never, ever, ever will recommend any product or service on this site that we have not regularly used ourselves and do not wholeheartedly believe in. That said, in some cases after being very pleased with a product or service, we may enter into a relationship with the provider of that product or service such that if someone purchases that product or service based on our recommendation, we may get a small payment. Such payments go towards the upkeep of the Internet Patrol.
