Reset the Login Banner

  1. Enter the following command to reset the login banner message to the factory default message.
    group --reset_login_banner
  2. (Optional) Verify that the login banner message has been reset to the factory default message
    group --show_login_banner

Resetting a custom login banner message to the factory default message

$ group --show_login_banner
***********************************************
*                                             *
* SECURITY WARNING: AUTHORIZED PERSONNEL ONLY *
*                                             *
***********************************************
$ group --reset_login_banner
$ group --show_login_banner
USAGE WARNING

This is a private system. This system is provided only for authorized use.
Unauthorized or improper use of this system may result in civil claims
and/or criminal charges. The array owner may monitor the system for all
lawful purposes, including but not limited to ensuring that access is
authorized and for other security reasons. Use of this system constitutes
consent to the array owner for monitoring of this system.

Administrators should ensure that this system is protected by a firewall
and implements all security procedures itemized in the documentation.
$