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

Annotation of src/usr.bin/ssh/README.openssh2, Revision 1.1

1.1     ! markus      1: $Id: README.openssh2,v 1.18 2000/03/28 19:31:19 markus Exp $
        !             2:
        !             3: works:
        !             4:        secsh-transport: works w/o rekey
        !             5:                proposal exchange, i.e. different enc/mac/comp per direction
        !             6:                encryption: blowfish-cbc, 3des-cbc, arcfour, cast128-cbc
        !             7:                mac: hmac-md5, hmac-sha1, (hmac-ripemd160)
        !             8:                compression: zlib, none
        !             9:        secsh-userauth: passwd only
        !            10:        secsh-connection: pty+shell or command, flow control works (window adjust)
        !            11:                tcp-forwarding: -L works
        !            12:        dss: verification works,
        !            13:                key database in ~/.ssh/known_hosts with bits == 0 hack
        !            14:        dss: signature works, keygen w/ openssl:
        !            15:                $ openssl dsaparam 1024 -out dsa1024.pem
        !            16:                $ openssl gendsa -out /etc/ssh_dsa_key dsa1024.pem -rand /dev/arandom
        !            17:                start sshd with '-2' flag
        !            18:        client interops w/ sshd2, lshd
        !            19:        server interops w/ ssh2, lsh, ssh.com's Windows client, SecureCRT
        !            20:        server supports multiple concurrent sessions (e.g. with SSH.com Windows client)
        !            21: todo:
        !            22:        re-keying
        !            23:        secsh-connection features:
        !            24:                 tcp-forwarding, agent-fwd, x11-fwd
        !            25:        auth other than passwd:
        !            26:                 pubkey, keyboard-interactive
        !            27:        config
        !            28:        server-auth w/ old host-keys
        !            29:        cleanup
        !            30:        advanced key storage?
        !            31:        keynote
        !            32:        sftp
        !            33:
        !            34: -markus
        !            35: $Date: 2000/03/28 19:31:19 $