summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.h
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2018-06-06 18:29:18 +0000
committermarkus <markus@openbsd.org>2018-06-06 18:29:18 +0000
commite3941638b86e489e7a433e702729d0c6930ef56c (patch)
treec8d6a67362f25e84c59520a843ad616f7ddc0c1a /usr.bin/ssh/ssh.h
parentregress test for PermitOpen (diff)
downloadwireguard-openbsd-e3941638b86e489e7a433e702729d0c6930ef56c.tar.xz
wireguard-openbsd-e3941638b86e489e7a433e702729d0c6930ef56c.zip
switch config file parsing to getline(3) as this avoids static limits
noted by gerhard@; ok dtucker@, djm@
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r--usr.bin/ssh/ssh.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h
index d34454b3096..84fddee49ee 100644
--- a/usr.bin/ssh/ssh.h
+++ b/usr.bin/ssh/ssh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh.h,v 1.87 2017/05/07 23:15:59 djm Exp $ */
+/* $OpenBSD: ssh.h,v 1.88 2018/06/06 18:29:18 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -31,13 +31,6 @@
#define SSH_MAX_IDENTITY_FILES 100
/*
- * Maximum length of lines in authorized_keys file.
- * Current value permits 16kbit RSA keys and 8kbit DSA keys, with
- * some room for options and comments.
- */
-#define SSH_MAX_PUBKEY_BYTES 16384
-
-/*
* Major protocol version. Different version indicates major incompatibility
* that prevents communication.
*