From owner-freebsd-security@FreeBSD.ORG Fri Dec 29 13:47:55 2006 Return-Path: X-Original-To: freebsd-security@freebsd.org Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0769416A412 for ; Fri, 29 Dec 2006 13:47:55 +0000 (UTC) (envelope-from kkourkounis@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 9850813C459 for ; Fri, 29 Dec 2006 13:47:54 +0000 (UTC) (envelope-from kkourkounis@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so5499354nfc for ; Fri, 29 Dec 2006 05:47:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=cFPYu8oRmnoLiNfypGcCrXzGqnNmac3DheeMQ5VZBOyVCy0EJG3pxbRVnMUIilrVRVJLCJyaFqPNmBq6MNUYr/cEZnfyHzhX88p1qMpYHEnoGzyGmcwXEAjhHHHYQ43gkSI96LPKni8hh/g/AwK5QD7bqdJWmxmKHmfyu6XvF+c= Received: by 10.49.10.3 with SMTP id n3mr10482nfi.1167379238830; Fri, 29 Dec 2006 00:00:38 -0800 (PST) Received: by 10.49.95.8 with HTTP; Fri, 29 Dec 2006 00:00:38 -0800 (PST) Message-ID: Date: Fri, 29 Dec 2006 10:00:38 +0200 From: "Kostas Kourkounis" To: freebsd-security@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 Subject: ssh session from external machine X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 13:47:55 -0000 Hello, I am having a small problem with the ssh daemon on my freebsd box. I am using the standard ssh daemon asked at the installation. I am able to acces my box using ssh from the internal lan network but not from any external machine. The error code is connection refused. I am using release 6.1 and my modem firewall permits the inbound traffic on port 22. I also use port forwarding for sending the traffic to port 22 to the correct machine where the ssh daemon is running. Maybe i am missing any configuration hint or something else. Does anyone has any Idea? -- kkourkounis