add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]
authormarkus <markus@openbsd.org>
Wed, 26 Apr 2000 20:56:29 +0000 (20:56 +0000)
committermarkus <markus@openbsd.org>
Wed, 26 Apr 2000 20:56:29 +0000 (20:56 +0000)
commit814ccd3fa756865f9d24e6aadc91a1c7a2cef263
treedf406ebf216fe444197b84db0f9fa6ca03f37c6f
parent75f72f2d251b2405e2ca5745ddc99b52c1b2254e
add DSA pubkey auth and other SSH2 fixes.  use ssh-keygen -[xX]
for trading keys with the real and the original SSH, directly from the
people who invented the SSH protocol.
21 files changed:
usr.bin/ssh/auth.c
usr.bin/ssh/authfile.c
usr.bin/ssh/authfile.h [new file with mode: 0644]
usr.bin/ssh/compat.c
usr.bin/ssh/dsa.c
usr.bin/ssh/dsa.h
usr.bin/ssh/hostfile.c
usr.bin/ssh/key.c
usr.bin/ssh/key.h
usr.bin/ssh/lib/Makefile
usr.bin/ssh/radix.c
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/ssh-add.c
usr.bin/ssh/ssh-keygen.c
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh.h
usr.bin/ssh/sshconnect.c
usr.bin/ssh/sshd.c
usr.bin/ssh/uuencode.c [new file with mode: 0644]
usr.bin/ssh/uuencode.h [new file with mode: 0644]