SSH: Tips And Tricks You Need
Aug 23, 2010, 21:03 (0 Talkback[s])
(Other stories by symkat)
WEBINAR:
On-Demand
How to Help Your Business Become an AI Early Adopter
"SSH is one of the most widely used protocols for connecting to
remote shells. While there are numerous SSH clients the most-used
still remains OpenSSH's ssh. There is a plethora of tips and tricks
that can be used to make your experience even better than it
already is. Read on to discover some of the best tweaks to your
favorite SSH client.
"Adding A Keep-Alive
"A keep-alive is a small piece of data transmitted between a
client and a server to ensure that the connection is still open or
to keep the connection open. Many protocols implement this as a way
of cleaning up dead connections to the server. If a client does not
respond, the connection is closed.
"SSH does not enable this by default. There are pros and cons to
this. A major pro is that under a lot of conditions if you
disconnect from the Internet, your connection will be usable when
you reconnect. For those who drop out of WiFi a lot, this is a
major plus when you discover you don't need to login again."
Complete
Story
Related Stories:
- How To Set Up A Webgui Based Print Server On Ubuntu Server Using SWAT, CUPS, And Samba(Aug 20, 2010)
- Connecting iPhone to Linux Using OpenSSH and FileZilla(Aug 06, 2010)
- SSH Tunneling On Android(Aug 05, 2010)
- remote control android, a reverse ssh tunnel(May 20, 2010)
- 10 Tools To Add Some Spice To Your UNIX Shell Scripts(Apr 21, 2010)
- Use ssh_config To Simplify Your Life(Mar 25, 2010)
- OpenSSH 5.3 is now available(Oct 04, 2009)
- Anonymous SSH Sessions With TOR(Jul 16, 2009)