summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f5bf60903..ae2cf6936 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,6 +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
61control file as "/etc/pam.d/sshd". This file is customised for Redhat
62Linux, you may need to edit it before using it on your system.
63
60There are a few other options to the configure script: 64There are a few other options to the configure script:
61 65
62--enable-gnome-askpass will build the GNOME passphrase dialog. You 66--enable-gnome-askpass will build the GNOME passphrase dialog. You