-
[F5] Configuring an automatic logout for idle sessionsNetwork 2023. 12. 3. 06:31728x90반응형
GUI/CLI/Console 별 접속 timeout 설정법
1. GUI
modify /sys httpd auth-pam-idle-timeout <seconds> Note: The new timeout immediately applies to all existing web logon sessions. astin@(bigip)(cfg-sync Standalone)(Active)(/Common)(tmos)# list sys httpd auth-pam-idle-timeout sys httpd { auth-pam-idle-timeout 1200 }
2. CLI
modify /sys sshd inactivity-timeout <seconds> Note: The new timeout does not apply to the current shell session. The user must log out and back into the shell for the new setting to take effect. astin@(bigip)(cfg-sync Standalone)(Active)(/Common)(tmos)# list sys sshd inactivity-timeout sys sshd { inactivity-timeout 0 }
3. TMSH
modify /cli global-settings idle-timeout <minutes> Note: The new timeout immediately applies to all existing tmsh sessions. astin@(bigip)(cfg-sync Standalone)(Active)(/Common)(tmos)# list cli global-settings idle-timeout cli global-settings { idle-timeout disabled }
4. Console
modify /sys global-settings console-inactivity-timeout <seconds> Note: The new timeout does not apply to the current serial console session. The user must log out and back into the serial console for the new setting to take effect. astin@(bigip)(cfg-sync Standalone)(Active)(/Common)(tmos)# list /sys global-settings console-inactivity-timeout sys global-settings { console-inactivity-timeout 0 }
참교 문서
https://support.f5.com/csp/article/K9908
728x90반응형'Network' 카테고리의 다른 글
[F5] rSeries F5OS Password Recovery (1) 2023.12.05 [F5] DNS Verify Member Availability 옵션 테스트 (0) 2023.12.04 [F5] DNS ipv4,ipv6 Dual stack 시 resolver 선택 기준 (1) 2023.12.02 [F5] Config Analyzer / 설정분석 Tool(LTM/GTM) (1) 2023.12.01 [F5] APM 기본설정 가이드 (0) 2023.11.30