diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-02 22:18:05 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-02 22:18:05 +0000 |
commit | a6c68cea78a64195f2f8e29c2d4f6227293a9e96 (patch) | |
tree | 1a1213a3631edef5f8fc21fc5f9e885b9963e2ce /usr.bin/ssh/ssh.h | |
parent | 8aa0a8a6f34e9ba651a3a655111681dc19d9e698 (diff) |
default DSA key file ~/.ssh/id_dsa
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index 7cb96e5d2a0..fb7085de923 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: ssh.h,v 1.41 2000/04/26 22:38:16 deraadt Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.42 2000/05/02 22:18:04 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -109,6 +109,7 @@ * file should only be readable by the user him/herself. */ #define SSH_CLIENT_IDENTITY ".ssh/identity" +#define SSH_CLIENT_ID_DSA ".ssh/id_dsa" /* * Configuration file in user\'s home directory. This file need not be |