summaryrefslogtreecommitdiffstats
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 12c90aa3..df737c69 100644
--- a/README.openssh2
+++ b/README.openssh2
@@ -1,4 +1,4 @@
-$Id: README.openssh2,v 1.8 2000/05/07 18:30:03 markus Exp $
+$Id: README.openssh2,v 1.9 2000/08/31 21:56:03 markus Exp $
howto:
1) generate server key:
@@ -15,30 +15,27 @@ howto:
works:
secsh-transport: works w/o rekey
- proposal exchange, i.e. different enc/mac/comp per direction
- encryption: blowfish-cbc, 3des-cbc, arcfour, cast128-cbc
- mac: hmac-md5, hmac-sha1, (hmac-ripemd160)
- compression: zlib, none
secsh-userauth: passwd and pubkey with DSA
secsh-connection: pty+shell or command, flow control works (window adjust)
tcp-forwarding: -L works, -R incomplete
x11-fwd
dss/dsa: host key database in ~/.ssh/known_hosts2
+ ssh-agent: supports SSH1-RSA and ssh-dss keys
client interops w/ sshd2, lshd
server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT, F-Secure SSH Client 4.0, SecureFX (secure ftp)
server supports multiple concurrent sessions (e.g. with SSH.com Windows client)
+ server supports SFTP (interops with ssh.com's windows, sftp2, scp2)
todo:
- re-keying
+ RE-KEYING
secsh-connection features:
- tcp-forwarding, agent-fwd
+ complete tcp-forwarding, agent-fwd
auth other than passwd, and DSA-pubkey:
- keyboard-interactive, (PGP-pubkey?)
+ keyboard-interactive, (PGP-pubkey?), kerberos
config
server-auth w/ old host-keys
cleanup
advanced key storage?
keynote
- sftp
-markus
-$Date: 2000/05/07 18:30:03 $
+$Date: 2000/08/31 21:56:03 $