Editing the SSH Banner File
You can create a custom banner that is displayed at each login before CloudControl prompts you to enter the password. For example:
login as: htadmin Authorized users and uses only. Activity may be monitored and reported to law enforcement. htadmin@10.2.2.1's password:
After you reboot CloudControl, the updated banner contents remain in the /etc/ssh_banner
file even after CloudControl is upgraded.
Procedure
- Log in to the CloudControl System Console as htadmin.
- Select
Command Prompt
. -
Edit the
/etc/ssh_banner
file using vi or any other editor. For example:vi /etc/ssh_banner
-
Enter the content of your custom SSH banner. For example:
Authorized users and uses only.
Activity may be monitored and reported to law enforcement.
[esc]
-
Save the file. For example:
:wq
- Type
exit
to return to the TUI menu. -
Select
Reboot or Shut Down CloudControl Node
. - Select
Reboot the CloudControl Node
. -
At the
Reboot CloudControl Node now?
prompt, select Yes.