diff options
author | peter <peter@FreeBSD.org> | 2001-05-09 07:46:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2001-05-09 07:46:44 +0000 |
commit | 8b207d03b65418a080247bd71f8f9660a354ace2 (patch) | |
tree | 08a5dfc76f4f01e8f537648d795f49e5eef301d1 /etc | |
parent | 37eb03622e1fc5e82f58592c86cc888924ec06e1 (diff) | |
download | FreeBSD-src-8b207d03b65418a080247bd71f8f9660a354ace2.zip FreeBSD-src-8b207d03b65418a080247bd71f8f9660a354ace2.tar.gz |
s/ssh_host_key/ssh_host_rsa_key/ since that is what openssh uses now
after a mergemaster.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/network.subr | 4 | ||||
-rw-r--r-- | etc/rc.d/netoptions | 4 | ||||
-rw-r--r-- | etc/rc.d/network1 | 4 | ||||
-rw-r--r-- | etc/rc.d/network2 | 4 | ||||
-rw-r--r-- | etc/rc.d/network3 | 4 | ||||
-rw-r--r-- | etc/rc.d/routing | 4 | ||||
-rw-r--r-- | etc/rc.network | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/etc/network.subr b/etc/network.subr index fbe8bf3..26e3df0 100644 --- a/etc/network.subr +++ b/etc/network.subr @@ -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'; diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index fbe8bf3..26e3df0 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -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'; diff --git a/etc/rc.d/network1 b/etc/rc.d/network1 index fbe8bf3..26e3df0 100644 --- a/etc/rc.d/network1 +++ b/etc/rc.d/network1 @@ -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'; diff --git a/etc/rc.d/network2 b/etc/rc.d/network2 index fbe8bf3..26e3df0 100644 --- a/etc/rc.d/network2 +++ b/etc/rc.d/network2 @@ -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'; diff --git a/etc/rc.d/network3 b/etc/rc.d/network3 index fbe8bf3..26e3df0 100644 --- a/etc/rc.d/network3 +++ b/etc/rc.d/network3 @@ -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'; diff --git a/etc/rc.d/routing b/etc/rc.d/routing index fbe8bf3..26e3df0 100644 --- a/etc/rc.d/routing +++ b/etc/rc.d/routing @@ -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'; 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'; |