From d15ca5e053a237008d0006c14db1ade1ec55ccbd Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Thu, 27 Apr 2000 13:42:59 +0000 Subject: ssh_host_dsa_key not ssh_dsa_key --- usr.bin/ssh/README.openssh2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/ssh/README.openssh2 b/usr.bin/ssh/README.openssh2 index 389749d06b7..fca3173aef3 100644 --- a/usr.bin/ssh/README.openssh2 +++ b/usr.bin/ssh/README.openssh2 @@ -1,8 +1,8 @@ -$Id: README.openssh2,v 1.5 2000/04/26 21:03:53 markus Exp $ +$Id: README.openssh2,v 1.6 2000/04/27 13:42:58 provos Exp $ howto: 1) generate server key: - $ ssh-keygen -d -f /etc/ssh_dsa_key -N '' + $ ssh-keygen -d -f /etc/ssh_host_dsa_key -N '' 2) enable ssh2: server: add 'Protocol 2,1' to /etc/sshd_config client: ssh -o 'Protocol 2,1', or add to .ssh/config @@ -41,4 +41,4 @@ todo: sftp -markus -$Date: 2000/04/26 21:03:53 $ +$Date: 2000/04/27 13:42:58 $ -- cgit v1.2.3