Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


before login on Consoleissue
Linkvi /etc/issue


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'


  • No labels