summaryrefslogtreecommitdiff
path: root/sshd.8
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-12-06 22:47:41 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-12-06 22:47:41 +1100
commit22cc741096c85ff211dfc4c910fd28ec4858ba83 (patch)
tree312742d9b3a62da80833cb224d1df1778b2104cd /sshd.8
parent16e254d17934437a811e0019107ad53cdea8eb76 (diff)
- dtucker@cvs.openbsd.org 2004/12/06 11:41:03
[auth-rsa.c auth2-pubkey.c authfile.c misc.c misc.h ssh.h sshd.8] Discard over-length authorized_keys entries rather than complaining when they don't decode. bz #884, with & ok djm@
Diffstat (limited to 'sshd.8')
-rw-r--r--sshd.86
1 files changed, 4 insertions, 2 deletions
diff --git a/sshd.8 b/sshd.8
index 83d0f48d2..2ac7b7274 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.202 2004/08/26 16:00:55 markus Exp $ 37.\" $OpenBSD: sshd.8,v 1.203 2004/12/06 11:41:03 dtucker Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -420,7 +420,9 @@ or
420.Dq ssh-rsa . 420.Dq ssh-rsa .
421.Pp 421.Pp
422Note that lines in this file are usually several hundred bytes long 422Note that lines in this file are usually several hundred bytes long
423(because of the size of the public key encoding). 423(because of the size of the public key encoding) up to a limit of
4248 kilobytes, which permits DSA keys up to 8 kilobits and RSA
425keys up to 16 kilobits.
424You don't want to type them in; instead, copy the 426You don't want to type them in; instead, copy the
425.Pa identity.pub , 427.Pa identity.pub ,
426.Pa id_dsa.pub 428.Pa id_dsa.pub