Add a ssh banner

Add a ssh banner (pre-login message)

Create a file somewhere in the system that will contain the message. Ex:
/etc/ssh/sshd_banner

Edit the sshd_config file and add this line: (usually /etc/ssh/sshd_config)

Banner /etc/ssh/sshd_banner

 Restart sshd.