비활성 사용자 일정시간 후 자동 로그아웃
페이지 정보
작성자 상석하대 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 에필로그 댓글 0건 조회 4,803회 작성일 19-05-29 14:50본문
일정시간 예 : 3분
[로컬]
echo "TMOUT=180" >> ~/.bashrc
source ~/.bashrc
source ~/.bashrc
또는
echo "TMOUT=180" >> ~/.bash_profile
source ~/.bash_profile
echo "TMOUT=180" >> ~/.bash_profile
source ~/.bash_profile
[로컬, 원격]
vi /etc/profile.d/timeout.sh *root권한
TMOUT=180
readonly TMOUT
export TMOUT
chmod +x /etc/profile.d/timeout.sh
reboot
[SSH]
vi /etc/ssh/sshd_config
vi /etc/ssh/sshd_config
ClientAliveInterval 180
ClientAliveCountMax 0
systemctl restart sshd
댓글목록
등록된 댓글이 없습니다.