diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | contrib/cygwin/README | 10 |
2 files changed, 9 insertions, 5 deletions
@@ -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 | ||
10 | 20040122 | 12 | 20040122 |
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 | ||
119 | usage: ssh-host-config [OPTION]... | 119 | usage: ssh-host-config [OPTION]... |
120 | Options: | 120 | Options: |
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 | ||
126 | Additionally ssh-host-config now asks if it should install sshd as a | 128 | Additionally ssh-host-config now asks if it should install sshd as a |
127 | service when running under NT/W2K. This requires cygrunsrv installed. | 129 | service when running under NT/W2K. This requires cygrunsrv installed. |