diff options
author | 2001-12-30 16:34:50 +0000 | |
---|---|---|
committer | 2001-12-30 16:34:50 +0000 | |
commit | d5166b8f8f2183915ef3479947e3bec17365dfdc (patch) | |
tree | 2787d8fe29214decc348d63f1d91dafc76110850 | |
parent | Changes come from NetBSD, Lite-2 and me. ok deraadt (diff) | |
download | wireguard-openbsd-d5166b8f8f2183915ef3479947e3bec17365dfdc.tar.xz wireguard-openbsd-d5166b8f8f2183915ef3479947e3bec17365dfdc.zip |
print "RSA1" for protocol v1
-rw-r--r-- | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |