From owner-freebsd-bugs Sun Feb 27 14:20: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D31737B6F5 for ; Sun, 27 Feb 2000 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA56662; Sun, 27 Feb 2000 14:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id B628937B6F5 for ; Sun, 27 Feb 2000 14:10:47 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Feb 2000 22:10:39 +0000 (GMT) Message-Id: <200002272210.aa20085@walton.maths.tcd.ie> Date: Sun, 27 Feb 2000 22:10:39 +0000 (GMT) From: dwmalone@maths.tcd.ie Reply-To: dwmalone@maths.tcd.ie To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/17027: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17027 >Category: bin >Synopsis: IgnoreUserKnownHosts thinks it takes in int in OpenSSH. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 14:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: David Malone >Release: FreeBSD 4.0-CURRENT >Organization: School of Mathematics, Trinity College, Dublin, Ireland. >Environment: 4.0 with imported version of OpenSSH as of yesterday. >Description: If you add a line saying: IgnoreUserKnownHosts yes or, indeed, IgnoreUserKnownHosts no sshd says: /etc/ssh/sshd_config line 9: invalid integer value. >How-To-Repeat: See above. >Fix: --- servconf.c.orig Sun Feb 27 22:03:59 2000 +++ servconf.c Sun Feb 27 22:04:42 2000 @@ -410,7 +410,7 @@ case sIgnoreUserKnownHosts: intptr = &options->ignore_user_known_hosts; - goto parse_int; + goto parse_flag; case sRhostsAuthentication: intptr = &options->rhosts_authentication; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message