diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2000-08-31 21:56:04 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2000-08-31 21:56:04 +0000 |
commit | 60656c7e88f91c11be9de567d5fa0917a8c4cce9 (patch) | |
tree | 27548f78ab6b89992ad621c0c2e3618b5223d66a /usr.bin | |
parent | f68709e80f983825c152d2de597f550b72e9318d (diff) |
sync
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/README.openssh2 | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/usr.bin/ssh/README.openssh2 b/usr.bin/ssh/README.openssh2 index 12c90aa3169..df737c695b7 100644 --- a/usr.bin/ssh/README.openssh2 +++ b/usr.bin/ssh/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 $ |