HP-UX Secure Shell Getting Started Guide
#tcp receive buffer polling. enable in autotuning kernels
#TcpRcvBufPoll no
# allow the use of the none cipher
#NoneEnabled no
# disable hpn performance boosts.
HPNDisabled yes
# buffer size for hpn to non-hn connections
#HPNBufferSize 2048
# override default of no subsystems
Subsystem sftp /opt/ssh/libexec/sftp-server
# Example of overriding settings on a per-user basis
#Match User anoncvs
# X11Forwarding no
# AllowTcpForwarding no
# ForceCommand cvs server
Client Configuration Directives
The /etc/ssh/ssh_config file is the systemwide client configuration file for HP-UX Secure
Shell. This configuration file enables you to set options that modify the operation of the client
programs. The file contains keyword-value pairs.
NOTE: The keywords are not case sensitive.
AddressFamily
Use this directive to specify the address family to be used when connecting to the server. Following
are the valid values:
• any
• inet (IPv4 only)
• inet6(IPv6 only)
The default value is any.
For example:
AddressFamily inet
BatchMode
Use this directive to specify whether passphrase or password querying is disabled. Use this
directive with scripts and other batch jobs where no user is present to supply a password.
The default setting is no.
For example:
BatchMode no
BindAddress
Use this directive to specify the address on the local host as the source address for the connection.
Use this directive on systems with more than one address.
The default setting is the loopback address.
For example:
BindAddress yes
Client Configuration Directives 83