diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 25 |
1 files changed, 23 insertions, 2 deletions
@@ -52,6 +52,14 @@ http://www.lothar.com/tech/crypto/ | |||
52 | S/Key Libraries: | 52 | S/Key Libraries: |
53 | http://www.sparc.spb.su/solaris/skey/ | 53 | http://www.sparc.spb.su/solaris/skey/ |
54 | 54 | ||
55 | LibEdit: | ||
56 | |||
57 | sftp now supports command-line editing via NetBSD's libedit. If your | ||
58 | platform has it available natively you can use that, alternatively | ||
59 | you might try these multi-platform ports: | ||
60 | http://www.thrysoee.dk/editline/ | ||
61 | http://sourceforge.net/projects/libedit/ | ||
62 | |||
55 | If you wish to use --with-skey then you will need the above library | 63 | If you wish to use --with-skey then you will need the above library |
56 | installed. No other current S/Key library is currently known to be | 64 | installed. No other current S/Key library is currently known to be |
57 | supported. | 65 | supported. |
@@ -192,7 +200,20 @@ running and has collected some Entropy. | |||
192 | For more information on configuration, please refer to the manual pages | 200 | For more information on configuration, please refer to the manual pages |
193 | for sshd, ssh and ssh-agent. | 201 | for sshd, ssh and ssh-agent. |
194 | 202 | ||
195 | 4. Problems? | 203 | 4. (Optional) Send survey |
204 | ------------------------- | ||
205 | |||
206 | $ make survey | ||
207 | [check the contents and make sure there's no sensitive information] | ||
208 | $ make send-survey | ||
209 | |||
210 | This will send configuration information for the currently configured | ||
211 | host to a survey address. This will help determine which configurations | ||
212 | are actually in use, and what valid combinations of configure options | ||
213 | exist. The raw data is available only to the OpenSSH developers, however | ||
214 | summary data may be published. | ||
215 | |||
216 | 5. Problems? | ||
196 | ------------ | 217 | ------------ |
197 | 218 | ||
198 | If you experience problems compiling, installing or running OpenSSH. | 219 | If you experience problems compiling, installing or running OpenSSH. |
@@ -200,4 +221,4 @@ Please refer to the "reporting bugs" section of the webpage at | |||
200 | http://www.openssh.com/ | 221 | http://www.openssh.com/ |
201 | 222 | ||
202 | 223 | ||
203 | $Id: INSTALL,v 1.64 2004/05/26 23:59:31 dtucker Exp $ | 224 | $Id: INSTALL,v 1.66 2005/01/18 01:05:18 dtucker Exp $ |