Correct apparent past-o: RSA -> DSA

This commit is contained in:
jlam 2000-07-31 21:43:52 +00:00
parent 9c331f1f89
commit f3983ea4df

View File

@ -25,7 +25,7 @@ sshd_keygen() {
if [ -f /etc/ssh_host_dsa_key ]
then
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
umask 022
/usr/bin/ssh-keygen -d -f /etc/ssh_host_dsa_key -N ''