diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-19 05:37:32 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-01-19 05:37:32 +0000 |
commit | b100ec95429daa986cb31834e462083adc22e8b6 (patch) | |
tree | 74ea3e32b28515b06a090880c7499113906a93aa /contrib/cygwin/README | |
parent | 22e22bf9bab94862c860ad4ed652f308dda63f81 (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/README | 35 |
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 | |||
20 | files are in /etc now. | 20 | files are in /etc now. |
21 | 21 | ||
22 | If you are installing OpenSSH the first time, you can generate | 22 | If you are installing OpenSSH the first time, you can generate |
23 | global config files, server keys and your own user keys by running | 23 | global config files and server keys by running |
24 | 24 | ||
25 | /usr/bin/ssh-config | 25 | /usr/bin/ssh-host-config |
26 | 26 | ||
27 | If you are updating your installation you may run the above ssh-config | 27 | Note that this binary archive doesn't contain default config files in /etc. |
28 | That files are only created if ssh-host-config is started. | ||
29 | |||
30 | If you are updating your installation you may run the above ssh-host-config | ||
28 | as well to move your configuration files to the new location and to | 31 | as well to move your configuration files to the new location and to |
29 | erase the files at the old location. | 32 | erase the files at the old location. |
30 | 33 | ||
31 | Be sure to start the new ssh-config when updating! | 34 | To support testing and unattended installation ssh-host-config got |
35 | some options: | ||
32 | 36 | ||
33 | Note that this binary archive doesn't contain default config files in /etc. | 37 | usage: ssh-host-config [OPTION]... |
34 | That files are only created if ssh-config is started. | 38 | Options: |
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 | |||
43 | You can create the private and public keys for a user now by running | ||
44 | |||
45 | /usr/bin/ssh-user-config | ||
46 | |||
47 | under the users account. | ||
48 | |||
49 | To support testing and unattended installation ssh-user-config got | ||
50 | some options as well: | ||
51 | |||
52 | usage: ssh-user-config [OPTION]... | ||
53 | Options: | ||
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 | ||
36 | Install sshd as daemon via SRVANY.EXE (recommended on NT/W2K), via inetd | 59 | Install 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 |