Disable an SSH Custom Logon BannerDisable an SSH Custom Logon Banner
A Super Admin can disable the Secure Shell (SSH) logon banner that appears before an administrator logs on to the appliance operating system with an SSH client.
Before you begin
-
You must be a Super Admin.
-
This procedure assumes that you know how to use vi editor.
-
Obtain the rsaadmin operating system password.
-
Obtain the IP address or fully qualified hostname for the hardware appliance or the virtual machine.
-
Enable SSH on the appliance. For instructions, see Enable Secure Shell on the Appliance.
Procedure
-
Launch the SSH client and connect to the appliance using the IP address or fully qualified hostname.
-
When prompted, type the operating system User ID, rsaadmin, and press ENTER.
-
When prompted, type the password for the rsaadmin operating system account, and press ENTER.
-
Comment out the Banner option in the /etc/ssh/sshd_config file as follows: #Banner /opt/rsa/am/utils/etc/ssh-banner
In vi, do the following:
-
Position the cursor at the beginning of the line Banner /opt/rsa/am/utils/etc/ssh-banner.
-
Type i to enter insert mode.
-
Type #.
-
Press ESC to enter command mode.
-
Type :wp to save your changes and exit vi.
-
-
Restart the sshd service. Type:
/etc/init.d/sshd restart
and press ENTER.
-
Repeat this procedure for each primary and replica instance in your deployment.