summaryrefslogtreecommitdiff
path: root/README.openssh2
diff options
context:
space:
mode:
Diffstat (limited to 'README.openssh2')
-rw-r--r--README.openssh219
1 files changed, 12 insertions, 7 deletions
diff --git a/README.openssh2 b/README.openssh2
index 59f8cf9f6..bdf78bf58 100644
--- a/README.openssh2
+++ b/README.openssh2
@@ -1,4 +1,13 @@
1$Id: README.openssh2,v 1.2 2000/04/06 21:28:22 markus Exp $ 1$Id: README.openssh2,v 1.3 2000/04/12 07:45:43 markus Exp $
2
3howto:
4 1) generate server key:
5 $ umask 077
6 $ openssl dsaparam 1024 -out dsa1024.pem
7 $ openssl gendsa -out /etc/ssh_dsa_key dsa1024.pem -rand /dev/arandom
8 2) enable ssh2:
9 server: add 'Protocol 2,1' to /etc/sshd_config
10 client: ssh -o 'Protocol 2,1', or add to .ssh/config
2 11
3works: 12works:
4 secsh-transport: works w/o rekey 13 secsh-transport: works w/o rekey
@@ -11,11 +20,7 @@ works:
11 tcp-forwarding: -L works 20 tcp-forwarding: -L works
12 dss: verification works, 21 dss: verification works,
13 key database in ~/.ssh/known_hosts with bits == 0 hack 22 key database in ~/.ssh/known_hosts with bits == 0 hack
14 dss: signature works, keygen w/ openssl: 23 dss: signature works, keygen w/ openssl
15 $ umask 077
16 $ openssl dsaparam 1024 -out dsa1024.pem
17 $ openssl gendsa -out /etc/ssh_dsa_key dsa1024.pem -rand /dev/arandom
18 start sshd with '-2' flag
19 client interops w/ sshd2, lshd 24 client interops w/ sshd2, lshd
20 server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT 25 server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT
21 server supports multiple concurrent sessions (e.g. with SSH.com Windows client) 26 server supports multiple concurrent sessions (e.g. with SSH.com Windows client)
@@ -33,4 +38,4 @@ todo:
33 sftp 38 sftp
34 39
35-markus 40-markus
36$Date: 2000/04/06 21:28:22 $ 41$Date: 2000/04/12 07:45:43 $