Configure Inactivity Timeout Period, and Local and Remote Idle Session Termination
Inactivity timeout period configuration refers to the settings that determine how long your device waits while detecting no user activity before automatically logging out the user and locking the session. Inactivity timeout period is a security feature.
Configure Session Termination
Terminate the session after the security administrator specifies the inactivity timeout period.
Sample Output for Local Administrative Session Termination
Local administrative session termination refers to the process of ending a session that was initiated for administrative purposes on a local system.
con host Trying a.b.c.d... 'autologin': unknown argument ('set ?' for help). Connected to device.example.com Escape character is '^]'. Type the hot key to suspend the connection: <CTRL>Z FreeBSD/amd64 (host) (ttyu0) login: NDcPPv2-user Password: Last login: Sun Jun 23 22:42:27 from 10.224.33.70 --- JUNOS 22.4R2.8 Kernel 64-bit JNPR-12.1-20230321.be5f9c0_buil NDcPPv2-user@host> Warning: session will be closed in 1 minute if there is no activity Warning: session will be closed in 10 seconds if there is no activity Idle timeout exceeded: closing session FreeBSD/amd64 (host) (ttyu0)
Sample Output for Remote Administrative Session Termination
Remote administrative session termination refers to the process of ending or disconnecting an administrative session that is being conducted remotely.
ssh NDcPPv2-user@host Password: Last login: Sun Jun 23 22:48:05 2019 --- JUNOS 22.4R2.8 Kernel 64-bit JNPR-12.1-20230321.be5f9c0_buil NDcPPv2-user@host> exit Connection to host closed. ssh NDcPPv2-user@host Password: Last login: Sun Jun 23 22:50:50 2019 from 10.224.33.70 --- JUNOS 22.4R2.8 Kernel 64-bit JNPR-12.1-20230321.be5f9c0_buil NDcPPv2-user@host> Warning: session will be closed in 1 minute if there is no activity Warning: session will be closed in 10 seconds if there is no activity Idle timeout exceeded: closing session Connection to host closed.
Sample Output for User-Initiated Session Termination
User-initiated session termination refers to the process where a user takes the action to end a session.
ssh NDcPPv2-user@host Password: Last login: Sun Jun 23 22:48:05 2019 --- JUNOS 22.4R2.8 Kernel 64-bit JNPR-12.1-20230321.be5f9c0_buil NDcPPv2-user@host> exit Connection to host closed.