리눅스 배너(Banner) 설정 방법
리눅스 시스템 배너(Banner) 란?
- 특정 로그인시 화면에 출력되는 메시지
리눅스 시스템 배너(Banner) 종류
1. /etc/issue : 물리서버에서 KVM을 통한 콘솔 로그인시 화면에 출력되는 메시지
2. /etc/issue.net : Telnet으로 접속시 로그인하기전, 화면에 출력되는 메시지
3. /etc/motd : Telnet 및 SSH 를 통한 로그인 성공시 화면에 출력되는 메시지
리눅스 시스템 배너(Banner) 설정 방법
# vi /etc/issue 설정 파일 수정
# vi /etc/issue.net 설정 파일 수정
# vi /etc/motd 설정 파일 수정
ex) 배너(Banner) 문구
****************************************************************************************
* This system is for the use of authorized users only. Usage of *
* This system may be monitored and recorded by system personnel. *
* Anyone using this system expressly consents to such monitoring *
* and is advised that if such monitoring reveals possible *
* evidence of criminal activity, system personnel may provide *
* the evidence from such monitoring to law enforcement officials.*
*****************************************************************************************