diff options
author | Damien Miller <djm@mindrot.org> | 2000-06-10 08:33:38 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-06-10 08:33:38 +1000 |
commit | c601a7596f1db83757f49458f09b59bc0b57ef0c (patch) | |
tree | 2520ea40e73ce1118452781e766cc50a58e0f485 | |
parent | a1cb64484e070c5bdd2e0f832bd2ebaa0a6af8b5 (diff) |
- (djm) Minor doc tweaks
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | INSTALL | 9 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,6 @@ | |||
1 | 20000610 | ||
2 | - (djm) Minor doc tweaks | ||
3 | |||
1 | 20000609 | 4 | 20000609 |
2 | - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage | 5 | - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage |
3 | (in favour of utmpx) on Solaris 8 | 6 | (in favour of utmpx) on Solaris 8 |
@@ -72,7 +72,9 @@ control file as "/etc/pam.d/sshd" (or wherever your system | |||
72 | prefers to keep them). A generic PAM configuration is included as | 72 | prefers to keep them). A generic PAM configuration is included as |
73 | "contrib/sshd.pam.generic", you may need to edit it before using it on | 73 | "contrib/sshd.pam.generic", you may need to edit it before using it on |
74 | your system. If you are using a recent version of Redhat Linux, the | 74 | your system. If you are using a recent version of Redhat Linux, the |
75 | config file in contrib/redhat/sshd.pam should be more useful. | 75 | config file in contrib/redhat/sshd.pam should be more useful. |
76 | Failure to install a valid PAM file may result in an inability to | ||
77 | use password authentication. | ||
76 | 78 | ||
77 | There are a few other options to the configure script: | 79 | There are a few other options to the configure script: |
78 | 80 | ||
@@ -166,9 +168,10 @@ The default configuration should be instantly usable, though you should | |||
166 | review it to ensure that it matches your security requirements. | 168 | review it to ensure that it matches your security requirements. |
167 | 169 | ||
168 | To generate a host key, run "make host-key". Alternately you can do so | 170 | To generate a host key, run "make host-key". Alternately you can do so |
169 | manually using the following command: | 171 | manually using the following commands: |
170 | 172 | ||
171 | /usr/bin/ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N '' | 173 | ssh-keygen -b 1024 -f /etc/ssh/ssh_host_key -N "" |
174 | ssh-keygen -d -f /etc/ssh/ssh_host_dsa_key -N "" | ||
172 | 175 | ||
173 | Replacing /etc/ssh with the correct path to the configuration directory. | 176 | Replacing /etc/ssh with the correct path to the configuration directory. |
174 | (${prefix}/etc or whatever you specified with --sysconfdir during | 177 | (${prefix}/etc or whatever you specified with --sysconfdir during |