diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | You will need working installations of Zlib and OpenSSL. | 4 | You will need working installations of Zlib and OpenSSL. |
5 | 5 | ||
6 | Zlib 1.1.4 or greater: | 6 | Zlib 1.1.4 or 1.2.1.2 or greater (ealier 1.2.x versions have problems): |
7 | http://www.gzip.org/zlib/ | 7 | http://www.gzip.org/zlib/ |
8 | 8 | ||
9 | OpenSSL 0.9.6 or greater: | 9 | OpenSSL 0.9.6 or greater: |
@@ -50,20 +50,20 @@ lacks /dev/random and don't want to use OpenSSH's internal entropy collection. | |||
50 | http://www.lothar.com/tech/crypto/ | 50 | http://www.lothar.com/tech/crypto/ |
51 | 51 | ||
52 | S/Key Libraries: | 52 | S/Key Libraries: |
53 | |||
54 | If you wish to use --with-skey then you will need the library below | ||
55 | installed. No other S/Key library is currently known to be supported. | ||
56 | |||
53 | http://www.sparc.spb.su/solaris/skey/ | 57 | http://www.sparc.spb.su/solaris/skey/ |
54 | 58 | ||
55 | LibEdit: | 59 | LibEdit: |
56 | |||
57 | sftp now supports command-line editing via NetBSD's libedit. If your | 60 | sftp now supports command-line editing via NetBSD's libedit. If your |
58 | platform has it available natively you can use that, alternatively | 61 | platform has it available natively you can use that, alternatively |
59 | you might try these multi-platform ports: | 62 | you might try these multi-platform ports: |
63 | |||
60 | http://www.thrysoee.dk/editline/ | 64 | http://www.thrysoee.dk/editline/ |
61 | http://sourceforge.net/projects/libedit/ | 65 | http://sourceforge.net/projects/libedit/ |
62 | 66 | ||
63 | If you wish to use --with-skey then you will need the above library | ||
64 | installed. No other current S/Key library is currently known to be | ||
65 | supported. | ||
66 | |||
67 | 2. Building / Installation | 67 | 2. Building / Installation |
68 | -------------------------- | 68 | -------------------------- |
69 | 69 | ||
@@ -91,6 +91,10 @@ make install | |||
91 | This will install the binaries in /opt/{bin,lib,sbin}, but will place the | 91 | This will install the binaries in /opt/{bin,lib,sbin}, but will place the |
92 | configuration files in /etc/ssh. | 92 | configuration files in /etc/ssh. |
93 | 93 | ||
94 | If you are using Privilege Separation (which is enabled by default) | ||
95 | then you will also need to create the user, group and directory used by | ||
96 | sshd for privilege separation. See README.privsep for details. | ||
97 | |||
94 | If you are using PAM, you may need to manually install a PAM control | 98 | If you are using PAM, you may need to manually install a PAM control |
95 | file as "/etc/pam.d/sshd" (or wherever your system prefers to keep | 99 | file as "/etc/pam.d/sshd" (or wherever your system prefers to keep |
96 | them). Note that the service name used to start PAM is __progname, | 100 | them). Note that the service name used to start PAM is __progname, |
@@ -221,4 +225,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
221 | http://www.openssh.com/ | 225 | http://www.openssh.com/ |
222 | 226 | ||
223 | 227 | ||
224 | $Id: INSTALL,v 1.66 2005/01/18 01:05:18 dtucker Exp $ | 228 | $Id: INSTALL,v 1.70 2005/04/24 07:52:23 dtucker Exp $ |