From owner-freebsd-questions@FreeBSD.ORG Thu Mar 31 16:16:49 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 708531065686 for ; Thu, 31 Mar 2011 16:16:49 +0000 (UTC) (envelope-from christopher-ml@telting.org) Received: from mail.telting.org (mail.telting.org [204.109.56.249]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7378FC22 for ; Thu, 31 Mar 2011 16:16:49 +0000 (UTC) Received: from apollo.local (cpe-76-168-204-255.socal.res.rr.com [76.168.204.255]) by mail.telting.org (Postfix) with ESMTP id 01A262AA7D for ; Thu, 31 Mar 2011 16:00:02 +0000 (UTC) Message-ID: <4D94A502.2060002@telting.org> Date: Thu, 31 Mar 2011 09:00:02 -0700 From: Chris Telting User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.15) Gecko/20110305 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 16:16:49 -0000 I would like to have something like virtual terminals that continue running no matter if ssh is connected to them or not. Something like the screen utility. But I don't want to use screen, I'm looking for something more automated. Maybe even be able to have multiple connections on different computers. I have a number of computers and I like to use each for batch processing different stuff, especially compiling. I'm mostly interested in connecting to running sessions from a mobile android phone. I don't want to keep having to manually login every time through screen and it should be tolerant of a dropped connection. I'm thinking there is probably a way to do this with just ssh. Maybe have separate sshd daemons running on specific ports. Any ideas? Chris