add Cipher and Protocol options to ssh/sshd, e.g.:
authormarkus <markus@openbsd.org>
Wed, 12 Apr 2000 07:45:43 +0000 (07:45 +0000)
committermarkus <markus@openbsd.org>
Wed, 12 Apr 2000 07:45:43 +0000 (07:45 +0000)
commitf8934f638c734f7f56d8b32b745586ea36ceda3b
tree4adf033096d740d9434c5a5975190372877fbc61
parentb845b1c682ef88b61bd7fecdfe140c101aa9f54d
add Cipher and Protocol options to ssh/sshd, e.g.:
ssh -o 'Protocol 1,2' if you prefer proto 1, ssh -o 'Ciphers arcfour,3des-cbc'
13 files changed:
usr.bin/ssh/README.openssh2
usr.bin/ssh/cipher.c
usr.bin/ssh/cipher.h
usr.bin/ssh/compat.c
usr.bin/ssh/compat.h
usr.bin/ssh/readconf.c
usr.bin/ssh/readconf.h
usr.bin/ssh/servconf.c
usr.bin/ssh/servconf.h
usr.bin/ssh/ssh.c
usr.bin/ssh/ssh.h
usr.bin/ssh/sshconnect.c
usr.bin/ssh/sshd.c