summaryrefslogtreecommitdiff
path: root/contrib/cygwin
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-01-23 21:35:44 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-01-23 21:35:44 +1100
commit6369958301f0184c95988f8c87a5494bab0bb0c6 (patch)
treeeea18b00e16898e325594d27ec8c0d815ff2f46b /contrib/cygwin
parent2dcd2393f4cddec66019608d71243d987a471277 (diff)
downloadopenssh-git-6369958301f0184c95988f8c87a5494bab0bb0c6.tar.gz
- (dtucker) [contrib/cygwin/README] Document new ssh-host-config options.
Patch from vinschen at redhat.com.
Diffstat (limited to 'contrib/cygwin')
-rw-r--r--contrib/cygwin/README10
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 1ed93430..fc0a2f69 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -118,10 +118,12 @@ some options:
usage: ssh-host-config [OPTION]...
Options:
- --debug -d Enable shell's debug output.
- --yes -y Answer all questions with "yes" automatically.
- --no -n Answer all questions with "no" automatically.
- --port -p <n> sshd listens on port n.
+ --debug -d Enable shell's debug output.
+ --yes -y Answer all questions with "yes" automatically.
+ --no -n Answer all questions with "no" automatically.
+ --cygwin -c <options> Use "options" as value for CYGWIN environment var.
+ --port -p <n> sshd listens on port n.
+ --pwd -w <passwd> Use "pwd" as password for user 'sshd_server'.
Additionally ssh-host-config now asks if it should install sshd as a
service when running under NT/W2K. This requires cygrunsrv installed.