From owner-freebsd-questions@FreeBSD.ORG Fri Jun 27 18:38:14 2008 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 9B9111065671 for ; Fri, 27 Jun 2008 18:38:14 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id 44F1C8FC12 for ; Fri, 27 Jun 2008 18:38:13 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 24725 invoked by uid 89); 27 Jun 2008 18:38:12 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 27 Jun 2008 18:38:12 -0000 Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: John Almberg Date: Fri, 27 Jun 2008 14:38:11 -0400 X-Mailer: Apple Mail (2.752.3) Subject: Split or switch ssh pseudoconsole 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: Fri, 27 Jun 2008 18:38:14 -0000 I log into my remote server using ssh. As I understand it, this gets me into a pseudo terminal. Is there any I can easily switch to another pseudo terminal, in the same way you can switch to another virtual terminal if you are logged into a local machine? Even better, is there a way to split a ssh console so you can see both and switch between pseudo terminals with a couple of keystrokes? (Kinda like vi split screen?) -- John