|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Regarding PUTTY
Hello Forum members
There is no any time parameter on putty so how can I stay my putty ssh session always Alive? So please reply to my querry. I am looking forward from Forum. Advance Thanks Siva. Last edited by DukeNuke2; 03-13-2013 at 09:20 AM.. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
It is not putty. try this from the UNIX command line: Code:
echo $TMOUT If that variable is set the shell will disconnect the session after TMOUT seconds of inactivity. |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
This is less a putty setting but more a configuration issue on the server side (sshd_config), if I remember correctly.
Last edited by RudiC; 03-13-2013 at 09:07 AM.. |
|
#4
|
|||
|
|||
|
set TMOUT to 0
|
| Sponsored Links | |
|
|
#6
|
||||
|
||||
|
Putty Configuration: Connection - set Seconds between keepalives to a value greater than 0 and check Enable TCP keepalives (SO_KEEPALIVE option).
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help for PuTTy. | agnivaccent | UNIX for Advanced & Expert Users | 2 | 11-25-2009 06:51 AM |
| need help using scp on putty | jsherk | News, Links, Events and Announcements | 4 | 08-12-2009 05:42 PM |
| Host Name for PuTTY | oxoxo | UNIX for Dummies Questions & Answers | 1 | 09-23-2008 04:25 PM |
| putty | mifa-system | UNIX for Dummies Questions & Answers | 7 | 09-16-2008 10:39 PM |
| PuTTY 0.59 | pressy | News, Links, Events and Announcements | 2 | 01-30-2007 08:09 AM |
|
|