비활성 사용자 일정시간 후 자동 로그아웃
페이지 정보
작성자
본문
일정시간 예 : 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
댓글목록
등록된 댓글이 없습니다.