summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-06-23 21:05:12 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-06-23 21:05:12 +1000
commit3eb4834489426bd796da90299b2f8174b744dddd (patch)
tree1ba7e8ba150f78bca0d02c3a780a01acfcd3ccba /INSTALL
parent643460803f5c8c5a9bec9455a62d8a5217699f43 (diff)
- (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add
tunnel support for Mac OS X/Darwin via a third-party tun driver. Patch from reyk@, tested by anil@
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 7 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 38f39473f..efc7b47d0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -57,9 +57,10 @@ installed. No other S/Key library is currently known to be supported.
57http://www.sparc.spb.su/solaris/skey/ 57http://www.sparc.spb.su/solaris/skey/
58 58
59LibEdit: 59LibEdit:
60sftp now supports command-line editing via NetBSD's libedit. If your 60
61platform has it available natively you can use that, alternatively 61sftp supports command-line editing via NetBSD's libedit. If your platform
62you might try these multi-platform ports: 62has it available natively you can use that, alternatively you might try
63these multi-platform ports:
63 64
64http://www.thrysoee.dk/editline/ 65http://www.thrysoee.dk/editline/
65http://sourceforge.net/projects/libedit/ 66http://sourceforge.net/projects/libedit/
@@ -210,7 +211,8 @@ for sshd, ssh and ssh-agent.
210------------------------- 211-------------------------
211 212
212$ make survey 213$ make survey
213[check the contents and make sure there's no sensitive information] 214[check the contents of the file "survey" to ensure there's no information
215that you consider sensitive]
214$ make send-survey 216$ make send-survey
215 217
216This will send configuration information for the currently configured 218This will send configuration information for the currently configured
@@ -227,4 +229,4 @@ Please refer to the "reporting bugs" section of the webpage at
227http://www.openssh.com/ 229http://www.openssh.com/
228 230
229 231
230$Id: INSTALL,v 1.71 2006/02/20 09:17:36 dtucker Exp $ 232$Id: INSTALL,v 1.72 2006/06/23 11:05:13 dtucker Exp $