diff options
author | Damien Miller <djm@mindrot.org> | 2001-02-18 12:58:24 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-02-18 12:58:24 +1100 |
commit | 8609332558d7130f0e4a71eba8bcad6fdebddcd5 (patch) | |
tree | 055ad2224e375c37a1a2340b0ca20c72e36899b1 | |
parent | 22d5aa7553d8d88a1662e977c8346eb155a7a044 (diff) |
- (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi>
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | INSTALL | 16 | ||||
-rw-r--r-- | README | 6 |
3 files changed, 14 insertions, 11 deletions
@@ -14,6 +14,7 @@ | |||
14 | <marekm@amelek.gda.pl> | 14 | <marekm@amelek.gda.pl> |
15 | - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. | 15 | - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. |
16 | Patch from Marek Michalkiewicz <marekm@amelek.gda.pl> | 16 | Patch from Marek Michalkiewicz <marekm@amelek.gda.pl> |
17 | - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi> | ||
17 | 18 | ||
18 | 20010217 | 19 | 20010217 |
19 | - (bal) OpenBSD Sync: | 20 | - (bal) OpenBSD Sync: |
@@ -4021,4 +4022,4 @@ | |||
4021 | - Wrote replacements for strlcpy and mkdtemp | 4022 | - Wrote replacements for strlcpy and mkdtemp |
4022 | - Released 1.0pre1 | 4023 | - Released 1.0pre1 |
4023 | 4024 | ||
4024 | $Id: ChangeLog,v 1.789 2001/02/18 01:49:57 djm Exp $ | 4025 | $Id: ChangeLog,v 1.790 2001/02/18 01:58:24 djm Exp $ |
@@ -9,7 +9,9 @@ http://www.freesoftware.com/pub/infozip/zlib/ | |||
9 | OpenSSL 0.9.5a or greater: | 9 | OpenSSL 0.9.5a or greater: |
10 | http://www.openssl.org/ | 10 | http://www.openssl.org/ |
11 | 11 | ||
12 | RPMs of OpenSSL are available at http://violet.ibs.com.au/openssh/files/support | 12 | RPMs of OpenSSL are available at http://violet.ibs.com.au/openssh/files/support. |
13 | For Red Hat Linux 6.2, they have been released as errata. RHL7 includes | ||
14 | these. | ||
13 | 15 | ||
14 | OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system | 16 | OpenSSH can utilise Pluggable Authentication Modules (PAM) if your system |
15 | supports it. PAM is standard on Redhat and Debian Linux, Solaris and | 17 | supports it. PAM is standard on Redhat and Debian Linux, Solaris and |
@@ -93,7 +95,7 @@ If you are using PAM, you may need to manually install a PAM | |||
93 | control file as "/etc/pam.d/sshd" (or wherever your system | 95 | control file as "/etc/pam.d/sshd" (or wherever your system |
94 | prefers to keep them). A generic PAM configuration is included as | 96 | prefers to keep them). A generic PAM configuration is included as |
95 | "contrib/sshd.pam.generic", you may need to edit it before using it on | 97 | "contrib/sshd.pam.generic", you may need to edit it before using it on |
96 | your system. If you are using a recent version of Redhat Linux, the | 98 | your system. If you are using a recent version of Red Hat Linux, the |
97 | config file in contrib/redhat/sshd.pam should be more useful. | 99 | config file in contrib/redhat/sshd.pam should be more useful. |
98 | Failure to install a valid PAM file may result in an inability to | 100 | Failure to install a valid PAM file may result in an inability to |
99 | use password authentication. On HP-UX 11, the standard /etc/pam.conf | 101 | use password authentication. On HP-UX 11, the standard /etc/pam.conf |
@@ -107,8 +109,7 @@ Normally ./configure will search the current $PATH for 'rsh'. You | |||
107 | may need to specify this option if rsh is not in your path or has a | 109 | may need to specify this option if rsh is not in your path or has a |
108 | different name. | 110 | different name. |
109 | 111 | ||
110 | --without-pam will disable PAM support. PAM is automatically detected | 112 | --with-pam enables PAM support. |
111 | and switched on if found. | ||
112 | 113 | ||
113 | --enable-gnome-askpass will build the GNOME passphrase dialog. You | 114 | --enable-gnome-askpass will build the GNOME passphrase dialog. You |
114 | need a working installation of GNOME, including the development | 115 | need a working installation of GNOME, including the development |
@@ -194,8 +195,9 @@ review it to ensure that it matches your security requirements. | |||
194 | To generate a host key, run "make host-key". Alternately you can do so | 195 | To generate a host key, run "make host-key". Alternately you can do so |
195 | manually using the following commands: | 196 | manually using the following commands: |
196 | 197 | ||
197 | ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N "" | 198 | ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N "" |
198 | ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key -N "" | 199 | ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N "" |
200 | ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N "" | ||
199 | 201 | ||
200 | Replacing /etc/ssh with the correct path to the configuration directory. | 202 | Replacing /etc/ssh with the correct path to the configuration directory. |
201 | (${prefix}/etc or whatever you specified with --sysconfdir during | 203 | (${prefix}/etc or whatever you specified with --sysconfdir during |
@@ -215,4 +217,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
215 | http://www.openssh.com/ | 217 | http://www.openssh.com/ |
216 | 218 | ||
217 | 219 | ||
218 | $Id: INSTALL,v 1.40 2001/02/12 00:15:41 djm Exp $ | 220 | $Id: INSTALL,v 1.41 2001/02/18 01:58:24 djm Exp $ |
@@ -33,8 +33,8 @@ Please send bug reports and patches to the mailing list | |||
33 | openssh-unix-dev@mindrot.org. The list is open to posting by | 33 | openssh-unix-dev@mindrot.org. The list is open to posting by |
34 | unsubscribed users. | 34 | unsubscribed users. |
35 | 35 | ||
36 | If you are a citizen of the USA or another country which restricts | 36 | If you are a citizen of an USA-embargoed country to which export of |
37 | export of cryptographic products, then please refrain from sending | 37 | cryptographic products is restricted, then please refrain from sending |
38 | crypto-related code or patches to the list. We cannot accept them. | 38 | crypto-related code or patches to the list. We cannot accept them. |
39 | Other code contribution are accepted, but please follow the OpenBSD | 39 | Other code contribution are accepted, but please follow the OpenBSD |
40 | style guidelines[6]. | 40 | style guidelines[6]. |
@@ -63,4 +63,4 @@ References - | |||
63 | [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 | 63 | [6] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sektion=9 |
64 | [7] http://www.openssh.com/faq.html | 64 | [7] http://www.openssh.com/faq.html |
65 | 65 | ||
66 | $Id: README,v 1.45 2001/02/09 01:55:36 djm Exp $ | 66 | $Id: README,v 1.46 2001/02/18 01:58:24 djm Exp $ |