HP-UX Secure Shell A.05.80.001, A.05.80.002, and A.05.80.004 Release Notes, July 2011 (5900-1844)

HP recommends using /dev/random on your system to significantly speed-up program
initialization. HP is continually striving for performance enhancements for future releases.
11 Does HP-UX Secure Shell support rdist or rsync?
No. HP-UX Secure Shell cannot be specified as the connection mechanism to HP's rdist. HP
has not officially certified Secure Shell with the open source versions of rdist or rsync.
12 Does HP-UX Secure Shell support the DenyHosts parameter?
No. For access control, HP-UX Secure Shell does not support the DenyHosts, AllowHosts,
DenySHosts, and IgnoreRootRhosts parameters. However, HP-UX Secure Shell supports the
AllowUsers, DenyUsers, AllowGroups, and DenyGroups parameters.
13 How can I configure HP-UX Secure Shell to allow multiple users (more clients) access to an
SFTP server using one login and encrypt the connection?
Use public key authentication. Each local user gets a pair of public and private keys. All the
public keys are added to the ~/.ssh/authorized_keys file of a single user on the remote
machine. Each local user can then issue the sftp command and log in as the remote user. All
local users share access to the remote user. Remember that all local users can also use ssh to
access the remote user.
14 What diagnostic tools does HP-UX Secure Shell have? Where can I find error messages, log
files, and so on?
HP-UX Secure Shell logs debug and error messages using syslog. Logging is controlled by two
configuration keywords: SyslogFacility and LogLevel.
Use the appropriate syslog log levels (QUIET, FATAL, ERROR, INFO, VERBOSE, DEBUG) to
gather more information about error scenarios. As defined by sshd_config, the default for
syslogFacility is set to AUTH and LogLevel is set to INFO, as in the following:
#SyslogFacility AUTH
#LogLevel INFO
If sshd runs in debug mode (-d), logging goes to standard error instead of to syslog. Get more
debugging information by using additional d's for sshd and additional v's for ssh, as in the
following:
ssh -v
ssh -vv
ssh -vvv
sshd -d
sshd -dd
sshd -ddd
Other commands with debugging option -v are:
ssh-keyscan -v
sftp -v
scp -v
ssh-keyscan -v
15 How do I find out the version of HP-UX Secure Shell I am using? How do I find out whether I
am running HP-UX Secure Shell or the public domain version of OpenSSH?
Use the swlist command to display the name and version number of HP-UX Secure Shell.
For example:
# swlist | grep T1471
T1471AA A.05.80 HP-UX Secure Shell
You can also use the what command as shown in the following example:
Frequently Asked Questions (FAQ) 13