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

IgnoreUserKnownHosts
Use this directive to specify whether the sshd daemon ignores the $HOME/.ssh/known_hosts
files while authenticating the user using RhostsRSAAuthentication or
HostbasedAuthentication.
The default setting is no.
For example:
IgnoreUserKnownHosts no
IPQoS
Use this directive to specify the IPv4 type-of-service or DSCP class for connections. The accepted
values are as follows:
af11
af12
af13
af21
af22
af23
af31
af32
af33
af41
af42
af43
cs0
cs1
cs2
cs3
cs4
cs5
cs6
cs7
ef
lowdelay
throughput
reliability
You can specify more than one argument, separated by whitespace. If one argument is specified,
it is used as the packet class unconditionally. If two values are specified, the first is automatically
selected for interactive sessions and the second for non-interactive sessions.
The default is lowdelay for interactive sessions and throughput for non-interactive sessions.
For example:
IPQoS lowdelay,throughput
Server Configuration Directives 71