From: deraadt Date: Wed, 26 Apr 2000 22:38:16 +0000 (+0000) Subject: host key becomes /etc/ssh_host_dsa_key X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=473ec5ee676ac5abdd774a0aa6e9582c18884035;p=openbsd host key becomes /etc/ssh_host_dsa_key --- 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"