From owner-freebsd-questions@FreeBSD.ORG Tue Jul 10 16:05:24 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2AC7D16A400 for ; Tue, 10 Jul 2007 16:05:24 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.224]) by mx1.freebsd.org (Postfix) with ESMTP id E03C813C465 for ; Tue, 10 Jul 2007 16:05:23 +0000 (UTC) (envelope-from huyslogic@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so960150nzf for ; Tue, 10 Jul 2007 09:05:23 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=k+XwLlznjYhcigj/Kwd1pFoQZgb6tpLW63QfYIqUpl7yfg3BErNrPrEM3cjVN0nlYxce5bxlb56FRIylTg28tZgr/vpxpz5MaMe3N3cRFi0B9LIOYa8ls83rtHtGc0/GgnozprVu0PJ/g9RJtOoHqMQx/MpZ0uPp0ROQMNxg88Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kxvfYsDmYz5Usp2Xm5tB/rIuHhPmd4/jdpe+wAUPXic0L+J+kLfrRpInetVKzCZhllgMKU6PdV+nNG/rDt98TDfkA6N6abvaDtgPOO+m0wGUWPzNipzwE+j4Y3hgfyBcPKpTmeTbCVMHh6amijxrnH8N6H7pIKLu7igZzoCEHpE= Received: by 10.114.95.1 with SMTP id s1mr4291548wab.1184081869908; Tue, 10 Jul 2007 08:37:49 -0700 (PDT) Received: by 10.114.197.11 with HTTP; Tue, 10 Jul 2007 08:37:49 -0700 (PDT) Message-ID: <1cac28080707100837g5591146xfc7dd68e1847178@mail.gmail.com> Date: Tue, 10 Jul 2007 11:37:49 -0400 From: "Huy Ton That" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: sshd config config file question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2007 16:05:24 -0000 Newbie question, I've made a change to /etc/ssh/sshd_config such as #MaxAuthTries 6 to MaxAuthTries 3 afterwards I /etc/rc.d/sshd reload as user root the change did not propagate? Any ideas? Am I doing this correctly? Also when I run: /etc/rc.d/sshd status I do not get any feedback. Am I editing the correct file? Thanks -Huy