summaryrefslogtreecommitdiff
path: root/contrib/cygwin/README
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-19 05:37:32 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-19 05:37:32 +0000
commitb100ec95429daa986cb31834e462083adc22e8b6 (patch)
tree74ea3e32b28515b06a090880c7499113906a93aa /contrib/cygwin/README
parent22e22bf9bab94862c860ad4ed652f308dda63f81 (diff)
- (bal) Updated contrib/cygwin/ by Corinna Vinschen <vinschen@redhat.com>
Also removed some of the 'ISSUES' comments that have been verified by djm.
Diffstat (limited to 'contrib/cygwin/README')
-rw-r--r--contrib/cygwin/README35
1 files changed, 29 insertions, 6 deletions
diff --git a/contrib/cygwin/README b/contrib/cygwin/README
index 8c9d0bb73..ac0955836 100644
--- a/contrib/cygwin/README
+++ b/contrib/cygwin/README
@@ -20,18 +20,41 @@ of the files has changed from /usr/local to /usr. The global configuration
20files are in /etc now. 20files are in /etc now.
21 21
22If you are installing OpenSSH the first time, you can generate 22If you are installing OpenSSH the first time, you can generate
23global config files, server keys and your own user keys by running 23global config files and server keys by running
24 24
25 /usr/bin/ssh-config 25 /usr/bin/ssh-host-config
26 26
27If you are updating your installation you may run the above ssh-config 27Note that this binary archive doesn't contain default config files in /etc.
28That files are only created if ssh-host-config is started.
29
30If you are updating your installation you may run the above ssh-host-config
28as well to move your configuration files to the new location and to 31as well to move your configuration files to the new location and to
29erase the files at the old location. 32erase the files at the old location.
30 33
31Be sure to start the new ssh-config when updating! 34To support testing and unattended installation ssh-host-config got
35some options:
32 36
33Note that this binary archive doesn't contain default config files in /etc. 37usage: ssh-host-config [OPTION]...
34That files are only created if ssh-config is started. 38Options:
39 --debug -d Enable shell's debug output.
40 --yes -y Answer all questions with "yes" automatically.
41 --no -n Answer all questions with "no" automatically.
42
43You can create the private and public keys for a user now by running
44
45 /usr/bin/ssh-user-config
46
47under the users account.
48
49To support testing and unattended installation ssh-user-config got
50some options as well:
51
52usage: ssh-user-config [OPTION]...
53Options:
54 --debug -d Enable shell's debug output.
55 --yes -y Answer all questions with "yes" automatically.
56 --no -n Answer all questions with "no" automatically.
57 --passphrase -p word Use "word" as passphrase automatically.
35 58
36Install sshd as daemon via SRVANY.EXE (recommended on NT/W2K), via inetd 59Install sshd as daemon via SRVANY.EXE (recommended on NT/W2K), via inetd
37(results in very slow deamon startup!) or from the command line (recommended 60(results in very slow deamon startup!) or from the command line (recommended