From owner-freebsd-questions@FreeBSD.ORG Tue Dec 18 06:02:33 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AE8216A41A for ; Tue, 18 Dec 2007 06:02:33 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout1.easydns.com [205.210.42.66]) by mx1.freebsd.org (Postfix) with ESMTP id 1CB6813C448 for ; Tue, 18 Dec 2007 06:02:32 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from lilypad.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id DCFFE48377 for ; Tue, 18 Dec 2007 01:02:10 -0500 (EST) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by lilypad.shadypond.com (Postfix) with ESMTP id 98C58B856 for ; Tue, 18 Dec 2007 06:02:30 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 18 Dec 2007 06:02:18 +0000 References: <340a29540712171957l7b3e426fh9f35051a7bc6d48e@mail.gmail.com> In-Reply-To: <340a29540712171957l7b3e426fh9f35051a7bc6d48e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200712180602.19729.lists-fbsd@shadypond.com> Subject: Re: SSH through port forwarding 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, 18 Dec 2007 06:02:33 -0000 Make sure the ISP is not blocking port 22. If they block it, you will need to change the SSH port in sshd_config and then set the router to forward the port to the server's internal IP address. It's a good idea to change the port anyway, in order not to be obvious to script kiddies.