diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cygwin/README | 10 |
1 files changed, 6 insertions, 4 deletions
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. |