How to change the welcome message after SSH login?
|
|
|
|
|
Question: How to change the welcome message after SSH login?
Answer:
-
Login as root via SSH
-
Add a message to /etc/motd using vim eg.
-
Add your message to this file eg.
###Please think before you type###
-
Logout
-
Login via SSH and then after successful login the message will appear
|