If you want to get a custom message when you log in via ssh, you need to put a text file in /etc/update-motd.d
. Give it a name like 11-my-banner-message
and make the permissions -rwxr-xr-x.
The file can look like this
#!/bin/sh
#
#
printf "\n"
printf " Howdy There!\n"