From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 03:08:43 2007 Return-Path: X-Original-To: freebsd-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 E9C9C16A4D1 for ; Tue, 2 Jan 2007 03:08:43 +0000 (UTC) (envelope-from user@dhp.com) Received: from shell.dhp.com (shell.dhp.com [199.4.150.5]) by mx1.freebsd.org (Postfix) with ESMTP id D323013C448 for ; Tue, 2 Jan 2007 03:08:43 +0000 (UTC) (envelope-from user@dhp.com) Received: by shell.dhp.com (Postfix, from userid 896) id 7A13F263D1; Mon, 1 Jan 2007 21:42:40 -0500 (EST) Date: Mon, 1 Jan 2007 21:42:40 -0500 (EST) From: Ensel Sharon To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: is it possible to log in over ssh on a VERY SLOW link ? 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, 02 Jan 2007 03:08:44 -0000 Long story short: I have set a dummynet rate limit on a remote system to be 10 bits/s. This is, of course, ridiculously slow, and when I ssh to the system ssh times out before it can negotiate a connection. The question I have is, is there any way I can set the ssh and/or tcp connection settings on my local FreeBSD system so that I _could_ successfully log in over ssh and run the 'ipfw del' command ? In pseudocode: "I don't care how slow it is, log in over ssh" Any ideas ? Thanks.