summaryrefslogtreecommitdiff
path: root/README.openssh2
diff options
context:
space:
mode:
Diffstat (limited to 'README.openssh2')
-rw-r--r--README.openssh217
1 files changed, 7 insertions, 10 deletions
diff --git a/README.openssh2 b/README.openssh2
index 12c90aa31..df737c695 100644
--- a/README.openssh2
+++ b/README.openssh2
@@ -1,4 +1,4 @@
1$Id: README.openssh2,v 1.8 2000/05/07 18:30:03 markus Exp $ 1$Id: README.openssh2,v 1.9 2000/08/31 21:56:03 markus Exp $
2 2
3howto: 3howto:
4 1) generate server key: 4 1) generate server key:
@@ -15,30 +15,27 @@ howto:
15 15
16works: 16works:
17 secsh-transport: works w/o rekey 17 secsh-transport: works w/o rekey
18 proposal exchange, i.e. different enc/mac/comp per direction
19 encryption: blowfish-cbc, 3des-cbc, arcfour, cast128-cbc
20 mac: hmac-md5, hmac-sha1, (hmac-ripemd160)
21 compression: zlib, none
22 secsh-userauth: passwd and pubkey with DSA 18 secsh-userauth: passwd and pubkey with DSA
23 secsh-connection: pty+shell or command, flow control works (window adjust) 19 secsh-connection: pty+shell or command, flow control works (window adjust)
24 tcp-forwarding: -L works, -R incomplete 20 tcp-forwarding: -L works, -R incomplete
25 x11-fwd 21 x11-fwd
26 dss/dsa: host key database in ~/.ssh/known_hosts2 22 dss/dsa: host key database in ~/.ssh/known_hosts2
23 ssh-agent: supports SSH1-RSA and ssh-dss keys
27 client interops w/ sshd2, lshd 24 client interops w/ sshd2, lshd
28 server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT, F-Secure SSH Client 4.0, SecureFX (secure ftp) 25 server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT, F-Secure SSH Client 4.0, SecureFX (secure ftp)
29 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)
27 server supports SFTP (interops with ssh.com's windows, sftp2, scp2)
30todo: 28todo:
31 re-keying 29 RE-KEYING
32 secsh-connection features: 30 secsh-connection features:
33 tcp-forwarding, agent-fwd 31 complete tcp-forwarding, agent-fwd
34 auth other than passwd, and DSA-pubkey: 32 auth other than passwd, and DSA-pubkey:
35 keyboard-interactive, (PGP-pubkey?) 33 keyboard-interactive, (PGP-pubkey?), kerberos
36 config 34 config
37 server-auth w/ old host-keys 35 server-auth w/ old host-keys
38 cleanup 36 cleanup
39 advanced key storage? 37 advanced key storage?
40 keynote 38 keynote
41 sftp
42 39
43-markus 40-markus
44$Date: 2000/05/07 18:30:03 $ 41$Date: 2000/08/31 21:56:03 $