=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.h,v retrieving revision 1.75 retrieving revision 1.75.2.1 diff -u -r1.75 -r1.75.2.1 --- src/usr.bin/ssh/ssh.h 2003/12/02 17:01:15 1.75 +++ src/usr.bin/ssh/ssh.h 2005/03/10 17:15:05 1.75.2.1 @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.h,v 1.75 2003/12/02 17:01:15 markus Exp $ */ +/* $OpenBSD: ssh.h,v 1.75.2.1 2005/03/10 17:15:05 brad Exp $ */ /* * Author: Tatu Ylonen @@ -29,6 +29,13 @@ * in configuration files or on the command line. */ #define SSH_MAX_IDENTITY_FILES 100 + +/* + * Maximum length of lines in authorized_keys file. + * Current value permits 16kbit RSA and RSA1 keys and 8kbit DSA keys, with + * some room for options and comments. + */ +#define SSH_MAX_PUBKEY_BYTES 8192 /* * Major protocol version. Different version indicates major incompatibility