summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-14 21:30:18 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-14 21:30:18 +0000
commitde2273f951a52f1867488db568d1f868b4ec3972 (patch)
tree6ab1c020b0fb5f1b65870da9882091fd882ec933 /contrib
parentf78682d24ab65980c9858b0e563d5c6c9568cddd (diff)
- (bal) Cygwin README change by Corinna Vinschen <vinschen@redhat.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/cygwin/README12
1 files changed, 9 insertions, 3 deletions
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
114Please note that OpenSSH does never use the value of $HOME to
115search for the users configuration files! It always uses the
116value of the pw_dir field in /etc/passwd as the home directory.
117If no home diretory is set in /etc/passwd, the root directory
118is used instead!
119
114You may use all features of the CYGWIN=ntsec setting the same 120You may use all features of the CYGWIN=ntsec setting the same
115way as they are used by the `login' port on sources.redhat.com: 121way 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
132V2 server and user keys are generated by `ssh-config'. If you want to 138SSH2 server and user keys are generated by the `ssh-*-config' scripts
133create DSA keys by yourself, call ssh-keygen with `-d' option. 139as well.
134 140
135DSA authentication similar to RSA: 141SSH2 authentication similar to SSH1:
136 Add keys to ~/.ssh/authorized_keys2 142 Add keys to ~/.ssh/authorized_keys2
137Interop. w/ ssh.com dsa-keys: 143Interop. 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