summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-04-27 13:42:59 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-04-27 13:42:59 +0000
commitd15ca5e053a237008d0006c14db1ade1ec55ccbd (patch)
tree74d26cccb32fefd28cba107cae54cb19ec480013
parent50aaa2ea664def98674f52af7c1a638b4ffdff61 (diff)
ssh_host_dsa_key not ssh_dsa_key
-rw-r--r--usr.bin/ssh/README.openssh26
1 files 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 $