service file | permission |
---|---|
/etc/services | 0644 |
/etc/hosts | 0644 |
/etc/xinetd.conf | 0644 |
/etc/snmp/conf/snmpd.conf | 0644 |
/etc/inittab | 0644 |
/etc/inetd.conf | 0644 |
/etc/inet/hosts | 0644 |
/etc/inet/inetd.conf | 0644 |
/etc/inet/services | 0644 |
/etc/default/telnetd
, /etc/default/ftp
파일에서 Default Banner 삭제 또는 경고 메시지 삽입Warning!! Authorized users only. All activity may be monitored and reported.
[LINUX][Telnet Banner] - #vi /etc/issue
#vi /etc/issue.net
[FTP Banner] - #vi /etc/welcome.msg BANNER=" "
[SMTP Banner] #vi /etc/mail/sendmail.cf # SMTP initial login message (old $e macro) O Smtp GreetingMessage=
[DNS Banner] #vi /etc/named.conf version “Contact Another Administratior!!!!”;
+ Ubuntu에서 ssh를 사용하는 경우
1. /etc/ssh/sshd_config
파일에 Banner
항목을 주석 처리한다.
2. 하지만 배너를 사용하는경우 /etc/issue.net
파일에 OS Version 정보 등이 표시안되게 수정!
3. ssh
대몬 재시작
$ sudo systemctl restart ssh
xinetd
를 사용하므로 chkconfig --list
로 서비스 확인