summaryrefslogtreecommitdiff
path: root/README.openssh2
diff options
context:
space:
mode:
Diffstat (limited to 'README.openssh2')
-rw-r--r--README.openssh222
1 files changed, 11 insertions, 11 deletions
diff --git a/README.openssh2 b/README.openssh2
index fca3173ae..36d3de6ef 100644
--- a/README.openssh2
+++ b/README.openssh2
@@ -1,4 +1,4 @@
1$Id: README.openssh2,v 1.6 2000/04/27 13:42:58 provos Exp $ 1$Id: README.openssh2,v 1.4 2000/04/29 13:57:09 damien Exp $
2 2
3howto: 3howto:
4 1) generate server key: 4 1) generate server key:
@@ -6,7 +6,8 @@ howto:
6 2) enable ssh2: 6 2) enable ssh2:
7 server: add 'Protocol 2,1' to /etc/sshd_config 7 server: add 'Protocol 2,1' to /etc/sshd_config
8 client: ssh -o 'Protocol 2,1', or add to .ssh/config 8 client: ssh -o 'Protocol 2,1', or add to .ssh/config
9 3) interop w/ ssh.com dsa-keys: 9 3) DSA authentication similar to RSA (add keys to ~/.ssh/authorized_keys2)
10 interop w/ ssh.com dsa-keys:
10 ssh-keygen -f /key/from/ssh.com -X >> ~/.ssh/authorized_keys2 11 ssh-keygen -f /key/from/ssh.com -X >> ~/.ssh/authorized_keys2
11 and vice versa 12 and vice versa
12 ssh-keygen -f /privatekey/from/openssh -x > ~/.ssh2/mykey.pub 13 ssh-keygen -f /privatekey/from/openssh -x > ~/.ssh2/mykey.pub
@@ -18,21 +19,20 @@ works:
18 encryption: blowfish-cbc, 3des-cbc, arcfour, cast128-cbc 19 encryption: blowfish-cbc, 3des-cbc, arcfour, cast128-cbc
19 mac: hmac-md5, hmac-sha1, (hmac-ripemd160) 20 mac: hmac-md5, hmac-sha1, (hmac-ripemd160)
20 compression: zlib, none 21 compression: zlib, none
21 secsh-userauth: passwd only 22 secsh-userauth: passwd and pubkey with DSA
22 secsh-connection: pty+shell or command, flow control works (window adjust) 23 secsh-connection: pty+shell or command, flow control works (window adjust)
23 tcp-forwarding: -L works 24 tcp-forwarding: -L works, -R incomplete
24 dss: verification works, 25 x11-fwd
25 key database in ~/.ssh/known_hosts with bits == 0 hack 26 dss/dsa: host key database in ~/.ssh/known_hosts2
26 dss: signature works, keygen w/ openssl
27 client interops w/ sshd2, lshd 27 client interops w/ sshd2, lshd
28 server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT, F-Secure SSH Client 4.0 28 server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT, F-Secure SSH Client 4.0
29 server supports multiple concurrent sessions (e.g. with SSH.com Windows client) 29 server supports multiple concurrent sessions (e.g. with SSH.com Windows client)
30todo: 30todo:
31 re-keying 31 re-keying
32 secsh-connection features: 32 secsh-connection features:
33 tcp-forwarding, agent-fwd, x11-fwd 33 tcp-forwarding, agent-fwd
34 auth other than passwd: 34 auth other than passwd, and DSA-pubkey:
35 pubkey, keyboard-interactive 35 keyboard-interactive, (PGP-pubkey?)
36 config 36 config
37 server-auth w/ old host-keys 37 server-auth w/ old host-keys
38 cleanup 38 cleanup
@@ -41,4 +41,4 @@ todo:
41 sftp 41 sftp
42 42
43-markus 43-markus
44$Date: 2000/04/27 13:42:58 $ 44$Date: 2000/04/29 13:57:09 $