summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-09-19 15:41:23 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-09-19 15:41:23 +1000
commit5a273a33ca1410351cb484af7db7c13e8b4e8e4e (patch)
treebf54186a04ea1f0a2ced7fc902f191c1d1a13ab6 /INSTALL
parent8aa2aa3cd4d27d14e74b247c773696349472ef20 (diff)
Privsep is now required.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index d0fa00e6c..814768791 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,6 +24,10 @@ If you must use a non-position-independent libcrypto, then you may need
24to configure OpenSSH --without-pie. Note that due to a bug in EVP_CipherInit 24to configure OpenSSH --without-pie. Note that due to a bug in EVP_CipherInit
25OpenSSL 1.1 versions prior to 1.1.0g can't be used. 25OpenSSL 1.1 versions prior to 1.1.0g can't be used.
26 26
27To support Privilege Separation (which is now required) you will need
28to create the user, group and directory used by sshd for privilege
29separation. See README.privsep for details.
30
27The remaining items are optional. 31The remaining items are optional.
28 32
29NB. If you operating system supports /dev/random, you should configure 33NB. If you operating system supports /dev/random, you should configure
@@ -133,10 +137,6 @@ make install
133This will install the binaries in /opt/{bin,lib,sbin}, but will place the 137This will install the binaries in /opt/{bin,lib,sbin}, but will place the
134configuration files in /etc/ssh. 138configuration files in /etc/ssh.
135 139
136If you are using Privilege Separation (which is enabled by default)
137then you will also need to create the user, group and directory used by
138sshd for privilege separation. See README.privsep for details.
139
140If you are using PAM, you may need to manually install a PAM control 140If you are using PAM, you may need to manually install a PAM control
141file as "/etc/pam.d/sshd" (or wherever your system prefers to keep 141file as "/etc/pam.d/sshd" (or wherever your system prefers to keep
142them). Note that the service name used to start PAM is __progname, 142them). Note that the service name used to start PAM is __progname,