Blog categories

Comments

[Linux] 로그인(접속) 메시지 작성

[Linux] 로그인(접속) 메시지 작성

  • /etc/issue – 내부(로컬) 접속 시 로그인 전 출력
  • /etc/issue.net – 외부 접속 시 로그인 전 출력
  • /etc/motd – 내부/외부 접속 시 로그인 후 출력

SSH에서 motd 파일 내용 출력을 위해서는 아래와 같이 수정한다.

root@server:~# vim /etc/ssh/sshd_config
 
PrintMotd yes

SSH 에서 issue.net 파일의 내용을 출력하고 싶다면 아래와 같이 수정한다.

/etc/ssh/sshd_config 파일에서

root@server:~# vim /etc/ssh/sshd_config
 
# no default banner path
Banner /etc/issue.net

수정 내용을 적용하기 위해서 SSH 를 재시작 한다.

root@server:~# /etc/init.d/sshd restart

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

div#stuning-header .dfd-stuning-header-bg-container {background-image: url(https://tech.sangron.com/wp-content/uploads/sites/2/2018/04/ubuntu_wallpaper_background.jpg);background-color: #3f3f3f;background-size: cover;background-position: top center;background-attachment: initial;background-repeat: no-repeat;}#stuning-header div.page-title-inner {min-height: 350px;}