1. Home
  2. Security Hardening
  3. CIS IBM AIX 7.1 L1 V1.1.0
  4. Configuring SSH – banner configuration – ssh_banner

Configuring SSH – banner configuration – ssh_banner

Details

The recommendation is to edit the /etc/ssh/sshd_config file and configure a path to a login herald message.

The login herald configured previously is not displayed during the initiation of a new SSH connection. Prior to a password being entered the user should accept the terms and conditions of the corporate acceptable usage policy.

Solution

Create an SSH banner file-

printf ‘Unauthorized use of this system is prohibited.
‘ > /etc/ssh/ssh_banner

NOTE- The content of the banner file can reflect any internal acceptable usage policy standards

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Access Control.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles