From owner-freebsd-virtualization@FreeBSD.ORG Tue Jan 20 20:44:57 2015 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03D91870; Tue, 20 Jan 2015 20:44:57 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D83E9B0; Tue, 20 Jan 2015 20:44:56 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id f15so15116754lbj.0; Tue, 20 Jan 2015 12:44:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=DYzUZVO9xODkHRmnW4tipedQfZQbwCPK++6s8XtRojE=; b=oBMQL4ikzZtenGLUqB4jqpv7iXFJ36psLxjkoFGXiSTlArlN16czfodb49NDW+spCk 0HHcweb1lNXuJu42vkAOLYSoYk7FSwar+ycPlvPwLJTtt7kmffkSrjHsv2ILbEEc+VLB kk0azxU1VAYat/6uTz+XwdPg4IPB6KbjUQaDjlWRC84Bvt1WJmh+lZzHH5TWrtBuvBYr eH6ILQMA835w4IE/s7Ju0hHQ6ED+Pc9OFu/og2gX5ImnpDvj3JKaDu5oxncevi7z8Zkf B/bEOAq9BzuLXBqI7w80x4D7Pyloh8dTwVyRfLihyZSzV8hSSequ8PDq+OXmW4WjyVPO OAnA== MIME-Version: 1.0 X-Received: by 10.152.23.98 with SMTP id l2mr40263025laf.46.1421786694550; Tue, 20 Jan 2015 12:44:54 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.129.3 with HTTP; Tue, 20 Jan 2015 12:44:54 -0800 (PST) Date: Tue, 20 Jan 2015 12:44:54 -0800 X-Google-Sender-Auth: EBlS5d_GL5y6tezGI2DM868NoEg Message-ID: Subject: Re: How to connect ssh and /dev/nmdm devices From: Craig Rodrigues To: Willem Jan Withagen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-virtualization@freebsd.org" , Conrad Rad X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2015 20:44:57 -0000 On Tue, Jan 20, 2015 at 8:37 AM, Willem Jan Withagen wrote: > > Now in a continuance from this... > > What is the easiest way to "propagate" the full-duplex tty stream from a > SSH-login to a /dev/nmdmXXXXA. > I've used http://www.freshports.org/comms/conserver-com/ to set up a "terminal server" that connects to /dev/nmdm devices. -- Craig