summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-12-30 16:34:51 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-12-30 16:34:51 +0000
commit8403c0e4cb3897989895aeea5199997dec96030f (patch)
treed6613cbbf00577405bbfd6c48eda4e0ecd3670a5 /etc/rc
parentd5d19f2d773d90fe05e2a93c2878ece3b2a4a7fc (diff)
print "RSA1" for protocol v1
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index e1ed21c15b8..f484a4539b6 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.186 2001/10/29 18:17:03 deraadt Exp $
+# $OpenBSD: rc,v 1.187 2001/12/30 16:34:50 markus Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -399,7 +399,7 @@ if [ ! -f /etc/ssh_host_rsa_key ]; then
fi
fi
if [ ! -f /etc/ssh_host_key ]; then
- echo -n "ssh-keygen: generating new RSA host key... "
+ echo -n "ssh-keygen: generating new RSA1 host key... "
if /usr/bin/ssh-keygen -q -t rsa1 -f /etc/ssh_host_key -N ''; then
echo done.
else