From 8b207d03b65418a080247bd71f8f9660a354ace2 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 9 May 2001 07:46:44 +0000 Subject: s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now after a mergemaster. --- etc/rc.network | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/rc.network') diff --git a/etc/rc.network b/etc/rc.network index fbe8bf3..26e3df0 100644 --- a/etc/rc.network +++ b/etc/rc.network @@ -720,9 +720,9 @@ network_pass3() { case ${sshd_enable} in [Yy][Ee][Ss]) - if [ ! -f /etc/ssh/ssh_host_key ]; then + if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then echo ' creating ssh RSA host key'; - /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key + /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_rsa_key fi if [ ! -f /etc/ssh/ssh_host_dsa_key ]; then echo ' creating ssh DSA host key'; -- cgit v1.1