summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--contrib/cygwin/README10
2 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 042dfb473..04c919858 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
6 from jason AT devrandom.org 6 from jason AT devrandom.org
7 - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for 7 - (dtucker) [configure.ac] Bug #788: Test for zlib.h presence and for
8 zlib >= 1.1.4. Partly from jbasney at ncsa.uiuc.edu. ok djm@ 8 zlib >= 1.1.4. Partly from jbasney at ncsa.uiuc.edu. ok djm@
9 - (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
10 Patch from vinschen at redhat.com.
9 11
1020040122 1220040122
11 - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/ 13 - (dtucker) [configure.ac] Use krb5-config where available for Kerberos/
@@ -1718,4 +1720,4 @@
1718 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1720 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1719 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1721 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1720 1722
1721$Id: ChangeLog,v 1.3183 2004/01/23 06:13:33 dtucker Exp $ 1723$Id: ChangeLog,v 1.3184 2004/01/23 10:35:44 dtucker Exp $
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 1ed934307..fc0a2f69b 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -118,10 +118,12 @@ some options:
118 118
119usage: ssh-host-config [OPTION]... 119usage: ssh-host-config [OPTION]...
120Options: 120Options:
121 --debug -d Enable shell's debug output. 121 --debug -d Enable shell's debug output.
122 --yes -y Answer all questions with "yes" automatically. 122 --yes -y Answer all questions with "yes" automatically.
123 --no -n Answer all questions with "no" automatically. 123 --no -n Answer all questions with "no" automatically.
124 --port -p <n> sshd listens on port n. 124 --cygwin -c <options> Use "options" as value for CYGWIN environment var.
125 --port -p <n> sshd listens on port n.
126 --pwd -w <passwd> Use "pwd" as password for user 'sshd_server'.
125 127
126Additionally ssh-host-config now asks if it should install sshd as a 128Additionally ssh-host-config now asks if it should install sshd as a
127service when running under NT/W2K. This requires cygrunsrv installed. 129service when running under NT/W2K. This requires cygrunsrv installed.