diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-03 10:21:50 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-05-03 10:21:50 +0000 |
commit | c4089409a92b0266830502218b94769dd2f8896c (patch) | |
tree | 39fc85e707544bfe22a9ff651121e859fae1ca1e /usr.bin/ssh/ssh.h | |
parent | 54a3a9878ba48a5076938697cf92b15045369153 (diff) |
s/DsaKey/HostDSAKey/, document option
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 fb7085de923..2b6712aecbe 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: ssh.h,v 1.42 2000/05/02 22:18:04 markus Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.43 2000/05/03 10:21:48 markus 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_host_dsa_key" +#define HOST_DSA_KEY_FILE ETCDIR "/ssh_host_dsa_key" #define SSH_PROGRAM "/usr/bin/ssh" |