diff options
author | 2000-04-26 22:38:16 +0000 | |
---|---|---|
committer | 2000-04-26 22:38:16 +0000 | |
commit | 473ec5ee676ac5abdd774a0aa6e9582c18884035 (patch) | |
tree | fc454b8fd5e87649d999c7d959500983d6ebeeb0 /usr.bin/ssh/ssh.h | |
parent | silent if -Q is specified (diff) | |
download | wireguard-openbsd-473ec5ee676ac5abdd774a0aa6e9582c18884035.tar.xz wireguard-openbsd-473ec5ee676ac5abdd774a0aa6e9582c18884035.zip |
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" |