Correct apparent past-o: RSA -> DSA
This commit is contained in:
parent
9c331f1f89
commit
f3983ea4df
@ -25,7 +25,7 @@ sshd_keygen() {
|
|||||||
if [ -f /etc/ssh_host_dsa_key ]
|
if [ -f /etc/ssh_host_dsa_key ]
|
||||||
then
|
then
|
||||||
echo "You already have a DSA host key in /etc/ssh_host_dsa_key"
|
echo "You already have a DSA host key in /etc/ssh_host_dsa_key"
|
||||||
echo "Skipping RSA Key Generation"
|
echo "Skipping DSA Key Generation"
|
||||||
else
|
else
|
||||||
umask 022
|
umask 022
|
||||||
/usr/bin/ssh-keygen -d -f /etc/ssh_host_dsa_key -N ''
|
/usr/bin/ssh-keygen -d -f /etc/ssh_host_dsa_key -N ''
|
||||||
|
Loading…
Reference in New Issue
Block a user