]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh.h
Import of OpenSSH 4.0p1
[gssapi-openssh.git] / openssh / ssh.h
index a3b2ebbb5620ebd04bb45f11728938ec2caf45c1..07592415b157198dafaf9d125d2d89fdcaae74a6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.75 2003/12/02 17:01:15 markus Exp $ */
+/*     $OpenBSD: ssh.h,v 1.76 2004/12/06 11:41:03 dtucker Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  */
 #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
  * that prevents communication.
This page took 0.06813 seconds and 4 git commands to generate.