summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorstevesk <stevesk>2000-11-07 14:47:51 +0000
committerstevesk <stevesk>2000-11-07 14:47:51 +0000
commit0b829d5dc377a9b7158e046f527b5b6282e498e2 (patch)
tree35bcddd9c0c62035749adfba3b663e13b195a962 /INSTALL
parent80396186abf5822f02304062b57df60b5b31032a (diff)
downloadopenssh-0b829d5dc377a9b7158e046f527b5b6282e498e2.tar.gz
HP-UX 11 supports PAM.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 6 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 9112b92b..76d17b81 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,8 @@ http://www.openssl.org/
RPMs of OpenSSL are available at http://violet.ibs.com.au/openssh/files/support
OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system
-supports it. PAM is standard on Redhat and Debian Linux and on Solaris.
+supports it. PAM is standard on Redhat and Debian Linux, Solaris and
+HP-UX 11.
PAM:
http://www.kernel.org/pub/linux/libs/pam/
@@ -74,14 +75,16 @@ make install
This will install the binaries in /opt/{bin,lib,sbin}, but will place the
configuration files in /etc/ssh.
-If you are using PAM, you will need to manually install a PAM
+If you are using PAM, you may need to manually install a PAM
control file as "/etc/pam.d/sshd" (or wherever your system
prefers to keep them). A generic PAM configuration is included as
"contrib/sshd.pam.generic", you may need to edit it before using it on
your system. If you are using a recent version of Redhat Linux, the
config file in contrib/redhat/sshd.pam should be more useful.
Failure to install a valid PAM file may result in an inability to
-use password authentication.
+use password authentication. On HP-UX 11, the standard /etc/pam.conf
+configuration will work with sshd (sshd will match the OTHER service
+name).
There are a few other options to the configure script: