Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/rc.d Correct apparent past-o: RSA -> DSA



details:   https://anonhg.NetBSD.org/src/rev/76171eb68bfc
branches:  trunk
changeset: 495575:76171eb68bfc
user:      jlam <jlam%NetBSD.org@localhost>
date:      Mon Jul 31 21:43:52 2000 +0000

description:
Correct apparent past-o: RSA -> DSA

diffstat:

 etc/rc.d/sshd |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 65258732b56e -r 76171eb68bfc etc/rc.d/sshd
--- a/etc/rc.d/sshd     Mon Jul 31 20:57:45 2000 +0000
+++ b/etc/rc.d/sshd     Mon Jul 31 21:43:52 2000 +0000
@@ -25,7 +25,7 @@
        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 ''



Home | Main Index | Thread Index | Old Index