Solution 1:
You can edit the /etc/ssh/sshd_config
file on your server and un-comment or add the following line:
PrintMotd yes
Then restart SSH with sudo service ssh restart
.
You can edit the /etc/ssh/sshd_config
file on your server and un-comment or add the following line:
PrintMotd yes
Then restart SSH with sudo service ssh restart
.