summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index ae2cf6936..4ff271247 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,9 +57,10 @@ make install
57This will install the binaries in /opt/{bin,lib,sbin}, but will place the 57This will install the binaries in /opt/{bin,lib,sbin}, but will place the
58configuration files in /etc/ssh. 58configuration files in /etc/ssh.
59 59
60If you are using PAM, you will need to manually install the sshd.pam 60If you are using PAM, you will need to manually install a PAM control
61control file as "/etc/pam.d/sshd". This file is customised for Redhat 61file as "/etc/pam.d/sshd" (or wherever your system prefers to keep
62Linux, you may need to edit it before using it on your system. 62them). A generic PAM configuration is included as "sshd.pam.generic",
63you may need to edit it before using it on your system.
63 64
64There are a few other options to the configure script: 65There are a few other options to the configure script:
65 66