HP-UX Secure Shell Getting Started Guide
MatchUser xxxx X11DisplayOffset 20
In the above configuration, the criteria User is given as the argument for Match. The
X11DisplayOffset option is set below it. This directive overrides the global section of the
sshd_config file for User xxxx.
MaxAuthTries
Use this directive to specify the maximum number of authentication attempts that are permitted
per connection.
The default value is 6.
For example:
MaxAuthTries 6
MaxStartups
Use this directive to specify the maximum number of concurrent unauthenticated connections
to the sshd daemon. Additional connections are refused until authentication succeeds or the
LoginGraceTime expires.
The default setting is 10.
For example:
MaxStartups 10
PasswordAuthAllowUsers
This configuration directive has been introduced by the 3rd party Auth Selection patch. Use this
configuration directive to specify which users can authenticate using password authentication.
The default setting is to allow all users.
For example:
PasswordAuthAllowUsers Allow All
PasswordAuthDenyUsers
This configuration directive has been introduced by the 3rd party Auth Selection patch. Use this
configuration directive to specify which users cannot authenticate using password authentication.
The default setting is to deny no users.
For example:
PasswordAuthDenyUsers Deny none
PasswordAuthentication
Use this directive to specify whether a password must be accepted as proof of identity at login.
If KerberosAuthentication is disabled, the login password is sufficient. If
KerberosAuthentication is also enabled, the Kerberos server password is accepted as a
proof of identity.
The default setting is YES.
For example:
PasswordAuthentication YES
PermitEmptyPasswords
Use this directive to specify whether the server allows users to login to accounts with empty
password strings. Use this directive when password-based authentication is used.
The default setting is no.
For example:
PermitEmptyPasswords no
Server Configuration Directives 75