diff options
author | Damien Miller <djm@mindrot.org> | 1999-12-16 13:05:30 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 1999-12-16 13:05:30 +1100 |
commit | ab8a4da00378965409a32b4be80ceb9474c0a0f6 (patch) | |
tree | bb532e8d80816e1ec8aaa5991ca03611c2ecf52d | |
parent | ceb483fac2d96f06b84eab8647dd4640df674b1b (diff) |
Doc updates
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | INSTALL | 6 |
2 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,7 @@ | |||
1 | 19991216 | ||
2 | - Makefile changes for Solaris from Peter Kocks | ||
3 | <peter.kocks@baygate.com> | ||
4 | |||
1 | 19991215 | 5 | 19991215 |
2 | - Integrated patchs from Juergen Keil <jk@tools.de> | 6 | - Integrated patchs from Juergen Keil <jk@tools.de> |
3 | - Avoid void* pointer arithmatic | 7 | - Avoid void* pointer arithmatic |
@@ -6,7 +10,6 @@ | |||
6 | - Simplify status line printing in scp | 10 | - Simplify status line printing in scp |
7 | - Added better test for inline functions compiler support from | 11 | - Added better test for inline functions compiler support from |
8 | Darren_Hall@progressive.com | 12 | Darren_Hall@progressive.com |
9 | - Released 1.2.1pre18 | ||
10 | 13 | ||
11 | 19991214 | 14 | 19991214 |
12 | - OpenBSD CVS Changes | 15 | - OpenBSD CVS Changes |
@@ -80,7 +80,8 @@ sure of what you are doing, it is best to leave this alone. | |||
80 | --with-egd-pool=/some/file allows you to enable Entropy Gathering | 80 | --with-egd-pool=/some/file allows you to enable Entropy Gathering |
81 | Daemon support and to specify a EGD pool socket. You will need to | 81 | Daemon support and to specify a EGD pool socket. You will need to |
82 | use this if your Unix does not support the /dev/urandom device (or | 82 | use this if your Unix does not support the /dev/urandom device (or |
83 | similar). | 83 | similar). The file argument refers to the EGD pool file, not the |
84 | EGD program itself. Please refer to the EGD documentation. | ||
84 | 85 | ||
85 | --with-kerberos4 will enable Kerberos IV support. You will need to | 86 | --with-kerberos4 will enable Kerberos IV support. You will need to |
86 | have the Kerberos libraries and header files installed for this to | 87 | have the Kerberos libraries and header files installed for this to |
@@ -117,6 +118,9 @@ Replacing /etc/ssh with the correct path to the configuration directory. | |||
117 | (${prefix}/etc or whatever you specified with --sysconfdir during | 118 | (${prefix}/etc or whatever you specified with --sysconfdir during |
118 | configuration) | 119 | configuration) |
119 | 120 | ||
121 | If you have configured OpenSSH with EGD support, ensure that EGD is | ||
122 | running and has collected some Entropy. | ||
123 | |||
120 | For more information on configuration, please refer to the manual pages | 124 | For more information on configuration, please refer to the manual pages |
121 | for sshd, ssh and ssh-agent. | 125 | for sshd, ssh and ssh-agent. |
122 | 126 | ||