diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | contrib/cygwin/README | 12 |
2 files changed, 11 insertions, 4 deletions
@@ -7,6 +7,7 @@ | |||
7 | [sftp-int.c] | 7 | [sftp-int.c] |
8 | add version command | 8 | add version command |
9 | - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h" | 9 | - (stevesk) ssh-keyscan.c: specify "openbsd-compat/fake-queue.h" |
10 | - (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com> | ||
10 | 11 | ||
11 | 20010314 | 12 | 20010314 |
12 | - OpenBSD CVS Sync | 13 | - OpenBSD CVS Sync |
@@ -4555,4 +4556,4 @@ | |||
4555 | - Wrote replacements for strlcpy and mkdtemp | 4556 | - Wrote replacements for strlcpy and mkdtemp |
4556 | - Released 1.0pre1 | 4557 | - Released 1.0pre1 |
4557 | 4558 | ||
4558 | $Id: ChangeLog,v 1.958 2001/03/14 21:26:27 mouring Exp $ | 4559 | $Id: ChangeLog,v 1.959 2001/03/14 21:30:18 mouring Exp $ |
diff --git a/contrib/cygwin/README b/contrib/cygwin/README index dd237f2ca..798e5d624 100644 --- a/contrib/cygwin/README +++ b/contrib/cygwin/README | |||
@@ -111,6 +111,12 @@ You'll have to decide before starting sshd! | |||
111 | 111 | ||
112 | RSAAuthentication yes | 112 | RSAAuthentication yes |
113 | 113 | ||
114 | Please note that OpenSSH does never use the value of $HOME to | ||
115 | search for the users configuration files! It always uses the | ||
116 | value of the pw_dir field in /etc/passwd as the home directory. | ||
117 | If no home diretory is set in /etc/passwd, the root directory | ||
118 | is used instead! | ||
119 | |||
114 | You may use all features of the CYGWIN=ntsec setting the same | 120 | You may use all features of the CYGWIN=ntsec setting the same |
115 | way as they are used by the `login' port on sources.redhat.com: | 121 | way as they are used by the `login' port on sources.redhat.com: |
116 | 122 | ||
@@ -129,10 +135,10 @@ way as they are used by the `login' port on sources.redhat.com: | |||
129 | 135 | ||
130 | locuser::1104:513:John Doe,U-user,S-1-5-21-... | 136 | locuser::1104:513:John Doe,U-user,S-1-5-21-... |
131 | 137 | ||
132 | V2 server and user keys are generated by `ssh-config'. If you want to | 138 | SSH2 server and user keys are generated by the `ssh-*-config' scripts |
133 | create DSA keys by yourself, call ssh-keygen with `-d' option. | 139 | as well. |
134 | 140 | ||
135 | DSA authentication similar to RSA: | 141 | SSH2 authentication similar to SSH1: |
136 | Add keys to ~/.ssh/authorized_keys2 | 142 | Add keys to ~/.ssh/authorized_keys2 |
137 | Interop. w/ ssh.com dsa-keys: | 143 | Interop. w/ ssh.com dsa-keys: |
138 | ssh-keygen -f /key/from/ssh.com -X >> ~/.ssh/authorized_keys2 | 144 | ssh-keygen -f /key/from/ssh.com -X >> ~/.ssh/authorized_keys2 |