summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL25
1 files changed, 23 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index dae1bb159..4fc3744f3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -52,6 +52,14 @@ http://www.lothar.com/tech/crypto/
52S/Key Libraries: 52S/Key Libraries:
53http://www.sparc.spb.su/solaris/skey/ 53http://www.sparc.spb.su/solaris/skey/
54 54
55LibEdit:
56
57sftp now supports command-line editing via NetBSD's libedit. If your
58platform has it available natively you can use that, alternatively
59you might try these multi-platform ports:
60http://www.thrysoee.dk/editline/
61http://sourceforge.net/projects/libedit/
62
55If you wish to use --with-skey then you will need the above library 63If you wish to use --with-skey then you will need the above library
56installed. No other current S/Key library is currently known to be 64installed. No other current S/Key library is currently known to be
57supported. 65supported.
@@ -192,7 +200,20 @@ running and has collected some Entropy.
192For more information on configuration, please refer to the manual pages 200For more information on configuration, please refer to the manual pages
193for sshd, ssh and ssh-agent. 201for sshd, ssh and ssh-agent.
194 202
1954. Problems? 2034. (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
210This will send configuration information for the currently configured
211host to a survey address. This will help determine which configurations
212are actually in use, and what valid combinations of configure options
213exist. The raw data is available only to the OpenSSH developers, however
214summary data may be published.
215
2165. Problems?
196------------ 217------------
197 218
198If you experience problems compiling, installing or running OpenSSH. 219If you experience problems compiling, installing or running OpenSSH.
@@ -200,4 +221,4 @@ Please refer to the "reporting bugs" section of the webpage at
200http://www.openssh.com/ 221http://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 $