motd or Message Of The Day and issue


before login on Consoleissue
Linkvi /etc/issue

display IP address"IP: \4"
Before login SSH session
modify sshd_configlabuser@ubuntu1804:~$ more /etc/ssh/sshd_config | egrep "JLK|Banner"
# JLK Modif added banner #no default banner path
Banner /etc/ssh/sshd-banner
create /etc/ssh/sshd-bannerlabuser@ubuntu1804:~$ more /etc/ssh/sshd-banner
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~ username: labuser
~~~~
~~~~ password: juniper123
~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


After loginmotd  ( documentation: Link )
link
sudo sh -c 'echo "Welcome Ubuntu User" > /etc/motd'