|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
SSH timeouts
my ssh sessions timeout awfully fast which is annoying. How can I change this?
Code:
Read from remote host X.X.X.X: Connection reset by peer Connection to X.X.X.X closed. |
|
#2
|
|||
|
|||
|
you can edit the sshd_config, which is usually in /etc/ssh/. It is well commented, and the timeout parameter is easy to find. If you cannot find it, check the manpage:
man sshd_config man sshd -Steven |
|
#3
|
|||
|
|||
|
I tried that, but I'm still having the same problem.
|
|
#4
|
||||
|
||||
|
You did restart sshd after editing sshd_config, didn't you?
__________________
Up the Irons What Would Jimi Do? Smash amps. Burn guitar. Take the groupies home. "Death Before Dishonour, my Friends!!" - Bruce D ickinson, Iron Maiden Aug 20, 2005 @ OzzFest Down with Sharon Osbourne Puzzle of the Month solved by sizeablegrin, etienne141 and L7Sqr, superior C/C++ programmers of the month |
|
#5
|
|||
|
|||
|
Quote:
I avoid this by running spinner. It continuously print a single character on your terminal, so it never times out. I run spinner with -n parameter, so it's printing null character, which is invisible on screen To install spinner, just read this notes: http://www.harrysufehmi.com/phpwiki...ed#getsometools regards, Harry |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > SSH timeouts |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|