From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 18:58:11 2011 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 D23D91065673 for ; Thu, 31 Mar 2011 18:58:11 +0000 (UTC) (envelope-from njt@ayvali.org) Received: from zaph.org (zaph.org [208.86.225.36]) by mx1.freebsd.org (Postfix) with ESMTP id AD79C8FC12 for ; Thu, 31 Mar 2011 18:58:11 +0000 (UTC) Received: by zaph.org (Postfix, from userid 1002) id 8EA881D106; Thu, 31 Mar 2011 14:39:46 -0400 (EDT) Date: Thu, 31 Mar 2011 14:39:46 -0400 From: "N.J. Thomas" To: Chris Telting Message-ID: <20110331183945.GK14678@zaph.org> References: <4D94A502.2060002@telting.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4D94A502.2060002@telting.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-questions@freebsd.org Subject: Re: SSH persistent sessions without screen? 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: Thu, 31 Mar 2011 18:58:11 -0000 * Chris Telting [2011-03-31 09:00:02-0700]: > Something like the screen utility. But I don't want to use screen, > I'm looking for something more automated. tmux can do this, and unlike GNU screen, can be easily scripted. Check it out, we started using it at $work early year and we had about 2 dozen people move permanently from screen (like me, they'd been using it for years) to tmux. Thomas