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

Table 24 LogLevelFacility Values
DescriptionValue
Does not log messages. The messages are not displayed on the standard
output.
QUIET
Logs only fatal messages.FATAL
Logs all error messagesERROR
Specifies the information that must be loggedINFO
Logs detailed messagesVERBOSE
Specifies debugging messages that must not be logged during a normal
operation
DEBUG
Specifies a higher degree of debug level than DEBUG. Specifying debug1 is
similar to specifying d or v on the command line, while invoking sshd.
DEBUG1
Specifies a higher degree of debug level than debug1. Specifying DEBUG1
is similar to specifying a -dd or -vv on the command line, while invoking
sshd.
DEBUG2
Specifies a higher degree of debug level than DEBUG2. Specifying DEBUG2
is similar to specifying a -ddd or -vvv on the command line, while invoking
sshd.
DEBUG3
The DEBUG and DEBUG1 arguments are equivalent. The DEBUG2 and DEBUG3 arguments specify
higher levels of verbose output.
The default setting is INFO.
For example:
LogLevel FATAL
MACs
Use this directive to specify the Message Authentication Code (MAC) algorithms in order of
preference. SSH-2 uses the MAC algorithm for data integrity protection. Multiple algorithms must
be comma-separated.
The default setting is hmac-md5,hmac-sha1, umac-64@openssh.com,hmac-ripemd160,
hmac-sha1-96,hmac-md5-96, hmac-sha2-256,
hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96.
For example:
MACs hmac-md5, hmac-md5-96
NoHostAuthenticationForLocalhost
Use this directive to specify whether the home directory is shared across hosts. In this case,
localhost refers to a different host on each of the hosts, and the user receives warnings about
changed host keys. However, this option disables host authentication for localhost.
The default setting is yes.
For example:
NoHostAuthenticationForLocalhost yes
NumberOfPasswordPrompts
Use this directive to specify the number of times HP-UX Secure Shell prompts before it stops trying
to authenticate the users.
The default setting is 3.
For example:
Client Configuration Directives 93