diff options
author | 2000-05-08 17:12:15 +0000 | |
---|---|---|
committer | 2000-05-08 17:12:15 +0000 | |
commit | e51b777aca04de995f734e0d6707bafcc1060d7f (patch) | |
tree | eee1108d7e04a306c7a1889d655bce1277989cc6 /usr.bin/ssh/ssh.h | |
parent | sync (diff) | |
download | wireguard-openbsd-e51b777aca04de995f734e0d6707bafcc1060d7f.tar.xz wireguard-openbsd-e51b777aca04de995f734e0d6707bafcc1060d7f.zip |
complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r-- | usr.bin/ssh/ssh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h index ac3698562a7..0762c964ca2 100644 --- a/usr.bin/ssh/ssh.h +++ b/usr.bin/ssh/ssh.h @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: ssh.h,v 1.44 2000/05/04 22:38:00 markus Exp $"); */ +/* RCSID("$Id: ssh.h,v 1.45 2000/05/08 17:12:16 markus Exp $"); */ #ifndef SSH_H #define SSH_H @@ -22,6 +22,7 @@ #include "cipher.h" /* + * XXX * The default cipher used if IDEA is not supported by the remote host. It is * recommended that this be one of the mandatory ciphers (DES, 3DES), though * that is not required. |