From owner-freebsd-questions@FreeBSD.ORG Wed May 13 05:43:41 2009 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 A58431065672 for ; Wed, 13 May 2009 05:43:41 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id 792FA8FC1A for ; Wed, 13 May 2009 05:43:41 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so297625wfg.7 for ; Tue, 12 May 2009 22:43:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ruIe4oieuMQIFUgRUCpE2qLr85lsvwvkXyuC8fMSans=; b=eoFqLKATng5Bc7rkWrXdHWbCGqOLqWKAILJT3tfNdkh8/ZhiLGL72G6wpkPBhhvpZ1 XUb9buKDstBnPzSHBslHJ46R7pNQqdtge43khl7k2ATssC3aVfqSKc0uxY48cgoZVlg7 cMcC1z7oB6uFrCyg1dXzr77zRafUvddIswp9s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=buwfedJQdpNjNaKdSHkhVK/2xd0lr+VIud3iNaPgiM5+ia3Clua4O0x8PwJ/m2l6pz ZQwcxS1taAtF6RBZGM/p/i4wJoZvTntNU+PhhCmEmKVz/ptLePsOx5QPLDNBwaoh97qn EDH0VGfZKcQkXnSmNrE82oqcdV7wVQ4dSQVmk= MIME-Version: 1.0 Received: by 10.142.127.7 with SMTP id z7mr222404wfc.83.1242193420916; Tue, 12 May 2009 22:43:40 -0700 (PDT) In-Reply-To: <20090513050333.GA4509@troutmask.apl.washington.edu> References: <20090513050333.GA4509@troutmask.apl.washington.edu> Date: Tue, 12 May 2009 22:43:40 -0700 Message-ID: <8cb6106e0905122243k69eee7c1nd66d9cd92ef05b63@mail.gmail.com> From: Josh Carroll To: Steve Kargl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: Disabling ssh timeouts? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 05:43:42 -0000 On Tue, May 12, 2009 at 10:03 PM, Steve Kargl wrote: > Is there anyway to disable sshd from timing out a connection? > I've tried setting =A0ClientAliveCountMax and ClientAliveInterval > and TCPKeepAlive in sshd.conf, but no combination that I've > tried has worked. My suggestion would be to install and use the screen port: /usr/ports/sysutils/screen You can then start the test suite run, detach from the screen session, then ssh in and re-attach to the screen session later to check up on it. Regards, Josh