Re: Time Out Function in SSH
From: Jeff D (blue_at_ev01.net)
Date: 06/18/03
- Previous message: Ben Lindstrom: "RE: PAM based authentication?"
- In reply to: Krug, Robyn # ATLANTA: "Time Out Function in SSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 18 Jun 2003 13:27:32 -0700 To: "Krug, Robyn # ATLANTA" <Robyn.Krug@globalpay.com>
Krug, Robyn # ATLANTA wrote:
>Hi all,
>
>Does anyone know if there is a time out feature in SSH and if so how to implement it? I'm looking for this so that I can log off users that have been idle for an hour or more.
>
>Thanks for your help!
>Robyn
>
>
>
>
Hi Robyn,
from man sshd_config:
ClientAliveInterval
Sets a timeout interval in seconds after which if no data has
been received from the client, sshd will send a message through
the encrypted channel to request a response from the
client. The
default is 0, indicating that these messages will not be
sent to
the client. This option applies to protocol version 2 only.
hth
Jeff
- Previous message: Ben Lindstrom: "RE: PAM based authentication?"
- In reply to: Krug, Robyn # ATLANTA: "Time Out Function in SSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|