View previous topic :: View next topic |
Author |
Message |
vad3r Guru
Joined: 02 May 2004 Posts: 461 Location: Munich, Germany
|
Posted: Fri Nov 03, 2006 4:06 pm Post subject: SSH Sessions stay open |
|
|
Hi,
i have a pretty strange problem with my servers if users connect to them through VPN. If the VPN session ends and the user was connected via ssh the sessions stay open.
Code: | root pts/9 16Oct06 17days 0.04s 0.04s -bash
root pts/10 17Oct06 17days 0.03s 0.03s -bash
root pts/11 19Oct06 15days 0.05s 0.05s -bash
root pts/12 17Oct06 17days 0.01s 0.01s -bash
root pts/13 17Oct06 17days 0.02s 0.02s -bash
root pts/14 18Oct06 16days 0.09s 0.09s -bash
root pts/15 18Oct06 16days 0.18s 0.18s -bash
root pts/16 18Oct06 16days 0.01s 0.01s -bash
|
Is there a way to have this sessions closed automatically?
Thx
Daniel |
|
Back to top |
|
|
think4urs11 Bodhisattva
Joined: 25 Jun 2003 Posts: 6659 Location: above the cloud
|
Posted: Fri Nov 03, 2006 4:19 pm Post subject: |
|
|
ClientAliveInterval / TCPKeepAlive in /etc/ssh/sshd_config are set? _________________ Nothing is secure / Security is always a trade-off with usability / Do not assume anything / Trust no-one, nothing / Paranoia is your friend / Think for yourself |
|
Back to top |
|
|
|