[BACK]Return to README.openssh2 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/README.openssh2 between version 1.8 and 1.9

version 1.8, 2000/05/07 18:30:03 version 1.9, 2000/08/31 21:56:03
Line 15 
Line 15 
   
 works:  works:
         secsh-transport: works w/o rekey          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-userauth: passwd and pubkey with DSA
         secsh-connection: pty+shell or command, flow control works (window adjust)          secsh-connection: pty+shell or command, flow control works (window adjust)
                 tcp-forwarding: -L works, -R incomplete                  tcp-forwarding: -L works, -R incomplete
                 x11-fwd                  x11-fwd
         dss/dsa: host key database in ~/.ssh/known_hosts2          dss/dsa: host key database in ~/.ssh/known_hosts2
           ssh-agent: supports SSH1-RSA and ssh-dss keys
         client interops w/ sshd2, lshd          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 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 multiple concurrent sessions (e.g. with SSH.com Windows client)
           server supports SFTP (interops with ssh.com's windows, sftp2, scp2)
 todo:  todo:
         re-keying          RE-KEYING
         secsh-connection features:          secsh-connection features:
                  tcp-forwarding, agent-fwd                   complete tcp-forwarding, agent-fwd
         auth other than passwd, and DSA-pubkey:          auth other than passwd, and DSA-pubkey:
                  keyboard-interactive, (PGP-pubkey?)                   keyboard-interactive, (PGP-pubkey?), kerberos
         config          config
         server-auth w/ old host-keys          server-auth w/ old host-keys
         cleanup          cleanup
         advanced key storage?          advanced key storage?
         keynote          keynote
         sftp  
   
 -markus  -markus
 $Date$  $Date$

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9