ssh 배너 적용하기

■ 배너 만드는 곳
http://www.network-science.de/ascii/
http://patorjk.com/software/taag/
https://www.kammerl.de/ascii/AsciiSignature.php

■ ASCII Art Archive
https://asciiart.website/
https://www.asciiart.eu/

Font: Banner 3D
Font: Univers
Font: ANSI Shadow
Font: Roman
Font: Star Wars

■ 변경 방법

sed -i "s/#Banner none/Banner \/etc\/issue.net/g" /etc/ssh/sshd_config
systemctl restart sshd
vi /etc/issue.net && cp -fv /etc/issue.net /etc/issue

■ sample 1

      ________________
     /                \
    / /          \ \   \
    |                  |
   /                  /
  |      ___\ \| | / /
  |      /          \
  |      |           \
 /       |      _    |
 |       |       \   |
 |       |       _\ /|     Welcome to local.esvali.com
 |      __\     <_o)\o-    All connections are monitored and recorded
 |     |             \     Disconnect IMMEDIATELY
  \    ||             \    if you are not an authorized user!
   |   |__          _  \    /
   |   |           (*___)  /
   |   |       _     |    /
   |   |    //_______/
   |  /       | UUUUU__
    \|        \_nnnnnn_\-\
     |       ____________/
     |      /
     |_____/
                                                Web/email/File Server

#####################################################################
# This system is for the use of authorized users only.              #
# Usage of this system may be monitored and recorded                #
#####################################################################


■ sample 2
 _______  ___   ______    _______  _     _  _______  ___      ___
|       ||   | |    _ |  |       || | _ | ||   _   ||   |    |   |
|    ___||   | |   | ||  |    ___|| || || ||  |_|  ||   |    |   |
|   |___ |   | |   |_||_ |   |___ |       ||       ||   |    |   |
|    ___||   | |    __  ||    ___||       ||       ||   |___ |   |___
|   |    |   | |   |  | ||   |___ |   _   ||   _   ||       ||       |
|___|    |___| |___|  |_||_______||__| |__||__| |__||_______||_______|

#####################################################################
# Welcome to mysite.com                                             #
# All connections are monitored and recorded                        #
# Disconnect IMMEDIATELY if you are not an authorized user !        #
#####################################################################
위로 스크롤