HP-UX Secure Shell A.04.30.014 and A.04.30.015 Release Notes, Nov 2006
HP-UX Secure Shell A04.30.014 and A.04.30.015
Frequently Asked Questions (FAQ)
Chapter 29
Frequently Asked Questions (FAQ)
This section discusses questions frequently asked about HP-UX Secure
Shell.
What is the difference between HP-UX Secure Shell A.04.30 and
OpenSSH 4.3p2?
OpenSSH 4.3p2 is the latest free version of the SSH protocol suite of
network connectivity tools. OpenSSH supports SSH protocol versions
1.3, 1.5, and 2.0.
HP-UX Secure Shell is a binary package compiled with support for PAM,
gssapi, krb5, libwrap, and no support for Smartcard. You can install
and remove HP-UX Secure Shell using the SD-UX utility.
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.04.30 HP-UX Secure Shell
You can also use the what command shown in the example below:
# what /usr/bin/scp
Is libwrap.a linked in HP-UX Secure Shell? Must I only configure
hosts.allow and hosts.deny to use the access control provided by
tcp_wrapper?
Yes, the libwrap.a archive library consisting of tcp_wrapper version
7.6-ipv6.4, is linked to HP-UX Secure Shell. You only need to configure
hosts.allow and hosts.deny to use the access control provided by
tcp_wrapper.