HP-UX Secure Shell Getting Started Guide HP-UX 11i v1, HP-UX 11i v2, and HP-UX 11i v3 (5900-3142, June 2013)

For example:
DenyGroups staff
DenyUsers
Use this directive to deny login for user names that match one of the specified strings. This directive
must be followed by a list of user name strings separated by spaces. You can use the star (*) and
question mark (?) characters as wildcards in the strings.
NOTE: Only user names are valid; numerical user IDs are not recognized.
If the pattern takes the form USER@HOST then USER and HOST are checked separately, restricting
logins to particular users from particular hosts.
By default, login is allowed for all users.
For example:
DenyUsers Clay@zin.org Arian
This command denies login to user Clay, connecting from zin.org. It also denies login from all
addresses to anyone logging in as Arian.
DisIStrip
Use this directive to specify whether to disable ISTRIP for tty connections. By default ssh ptys
set ISTRIP. Setting this directive to yes allow users to use multibyte chars.
The default is no.
For example:
DisIStrip yes
NOTE: This configuration directive is specific to HP-UX Secure Shell, and is not available in the
OpenSSH base code. This configuration directive is only applicable on HP-UX Secure Shell A.06.20
and above.
DoubleMaxDisps
Use this directive to specify whether to increase the limit of X window pseudo-displays to 2000.
By default the limit is 1000.
The default is no.
For example:
DoubleMaxDisps yes
NOTE: This configuration directive is specific to HP-UX Secure Shell, and is not available in the
OpenSSH base code. This configuration directive is only applicable on HP-UX Secure Shell A.06.20
and above.
EnforceSecureTTY
Use this directive to specify whether the sshd daemon must restrict root logins to the tty names
listed in the /etc/securetty file only.
The default setting is no.
For example:
EnforceSecureTTY no
NOTE: This configuration directive is specific to HP-UX Secure Shell, and is not available in the
OpenSSH base code.
68 Configuration Files and Directives