diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-26 22:38:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-04-26 22:38:17 +0000 |
commit | 2e9abe58c3b38e1bed82cff0948ae5d0a09a3064 (patch) | |
tree | 41a53a7228afa900f01e8f2ca0320bff70b832ab /usr.bin/ssh/ssh.h | |
parent | c6f688a5cc03e7865270540e696aea7fe01b62b2 (diff) |
host key becomes /etc/ssh_host_dsa_key
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index 425b0b3e55a..7cb96e5d2a0 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: ssh.h,v 1.40 2000/04/26 20:56:30 markus Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.41 2000/04/26 22:38:16 deraadt Exp $"); */ #ifndef SSH_H #define SSH_H @@ -80,7 +80,7 @@ #define HOST_KEY_FILE ETCDIR "/ssh_host_key" #define SERVER_CONFIG_FILE ETCDIR "/sshd_config" #define HOST_CONFIG_FILE ETCDIR "/ssh_config" -#define DSA_KEY_FILE ETCDIR "/ssh_dsa_key" +#define DSA_KEY_FILE ETCDIR "/ssh_host_dsa_key" #define SSH_PROGRAM "/usr/bin/ssh" |