]> andersk Git - openssh.git/blobdiff - ssh.h
- (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
[openssh.git] / ssh.h
diff --git a/ssh.h b/ssh.h
index 607621769db3f02fac77b9ff5a7854018e735f8f..07592415b157198dafaf9d125d2d89fdcaae74a6 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ssh.h,v 1.73 2003/07/22 13:35:22 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.
 /* Minimum modulus size (n) for RSA keys. */
 #define SSH_RSA_MINIMUM_MODULUS_SIZE   768
 
-#endif                         /* SSH_H */
+/* Listen backlog for sshd, ssh-agent and forwarding sockets */
+#define SSH_LISTEN_BACKLOG             128
 
+#endif                         /* SSH_H */
This page took 0.035089 seconds and 4 git commands to generate.