리눅스상에서 ideld관련
작성자 정보
- 홍승길 작성
- 작성일
컨텐츠 정보
- 1,763 조회
- 0 추천
- 목록
본문
목적 : telnet으로 서버에 접속하여 일정시간 사용치않을때(idle time) 자동으로 로그아웃함.
안녕하십니까 리눅스란에서
상기 목적으로 ideld를 사용하여 지정한 시간동안 접속후 아무런 작업을
하지 않는 사람을 강제 로그아웃 시킬려고 하는데..
가끔 이상하게도 한창 사용하는데.. 강제적으로 로그아웃이 발생합니다.
해서 ideld.conf에서 아래 셋팅이 어떤 역활을 하는지 알려 주시면 감사하겠습니다.
# NUMBER OF MINUTES TO ALLOW FOR IDLE/MULTIPLE/SESSION TIME FOR
# TERMINALS OWNED BY THE PERSON CURRENTLY LOGGED IN ON CONSOLE:
#
# If these are not set at all, or are set to 'normal', then normal
# idle logouts, multiple login logouts, and session limit logouts
# will be in effect. If set to OFF, then idle logouts, multiple
# login logouts, and session limit logouts will be disabled for
# these terminals. If they are set, they override the 'timeout',
# 'session', and 'multiples' commands for these terminals.
# ****************************************************************************
#-----> 아래 3개 라인
conswins idle off
conswins multiple off
conswins session off
#******************************************************************************
#
# THRESHOLDS FOR MULTIPLE LOGINS AND SESSIONS:
#
# 64 users must be logged on before multiple login checks
# ---> 아래의 한개 라인
threshold multiple 64
관련자료
-
이전
-
다음