diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-25 04:17:12 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-25 04:17:12 +0000 |
commit | f96704d4ef4c55599d9999292abc1457e8153674 (patch) | |
tree | 3e3e8a85ae03df6a26b425b607496bac0949e8c0 /pathnames.h | |
parent | ae1c51c208917198fd96f0aca209459f37001ea4 (diff) | |
download | openssh-git-f96704d4ef4c55599d9999292abc1457e8153674.tar.gz |
- markus@cvs.openbsd.org 2001/06/22 21:55:49
[auth2.c auth-rsa.c pathnames.h ssh.1 sshd.8 sshd_config
ssh-keygen.1]
merge authorized_keys2 into authorized_keys.
authorized_keys2 is used for backward compat.
(just append authorized_keys2 to authorized_keys).
Diffstat (limited to 'pathnames.h')
-rw-r--r-- | pathnames.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h index 991fc734..014f62b3 100644 --- a/pathnames.h +++ b/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.7 2001/06/22 21:27:08 provos Exp $ */ +/* $OpenBSD: pathnames.h,v 1.8 2001/06/22 21:55:49 markus Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> @@ -89,6 +89,8 @@ * running as root.) */ #define _PATH_SSH_USER_PERMITTED_KEYS ".ssh/authorized_keys" + +/* backward compat for protocol v2 */ #define _PATH_SSH_USER_PERMITTED_KEYS2 ".ssh/authorized_keys2" /* |