diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-05-30 19:35:28 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-05-30 19:35:28 +1000 |
commit | 18424200160ff5c923113e0a37ebe21ab7bcd17c (patch) | |
tree | e7b642d24831bb2e48cde862d331c978f6096ad7 | |
parent | 39c0cecaa188a37a2e134795caa68e03f3ced592 (diff) |
Add missing ssh-host-config --name option
Patch from vinschen@redhat.com.
-rw-r--r-- | contrib/cygwin/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README index 1396d99cd..a73a0f657 100644 --- a/contrib/cygwin/README +++ b/contrib/cygwin/README | |||
@@ -25,6 +25,7 @@ Options: | |||
25 | --yes -y Answer all questions with "yes" automatically. | 25 | --yes -y Answer all questions with "yes" automatically. |
26 | --no -n Answer all questions with "no" automatically. | 26 | --no -n Answer all questions with "no" automatically. |
27 | --cygwin -c <options> Use "options" as value for CYGWIN environment var. | 27 | --cygwin -c <options> Use "options" as value for CYGWIN environment var. |
28 | --name -N <name> sshd windows service name. | ||
28 | --port -p <n> sshd listens on port n. | 29 | --port -p <n> sshd listens on port n. |
29 | --user -u <account> privileged user for service, default 'cyg_server'. | 30 | --user -u <account> privileged user for service, default 'cyg_server'. |
30 | --pwd -w <passwd> Use "pwd" as password for privileged user. | 31 | --pwd -w <passwd> Use "pwd" as password for privileged user. |