From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 9F2B71EF733; Sun, 3 May 2015 19:23:12 -0400 (EDT) Received: from svr.jasonjgw.net (svr.jasonjgw.net [192.155.90.172]) by befuddled.reisers.ca (Postfix) with ESMTP id 8126B1EF726 for ; Sun, 3 May 2015 19:23:11 -0400 (EDT) Received: from jpc.home (pool-71-168-215-156.cmdnnj.fios.verizon.net [71.168.215.156]) by svr.jasonjgw.net (Postfix) with ESMTPSA id 139AC326D0 for ; Sun, 3 May 2015 23:17:49 +0000 (UTC) Date: Sun, 3 May 2015 19:17:47 -0400 From: Jason White To: speakup@linux-speakup.org Subject: Re: virtualbox, was: Re: Kali Linux Message-ID: <20150503231747.GA2326@jpc.home> References: <5540C493.5070903@cyber-wizard.com> <20150430010256.GA6976@lava-net.com> <20150430035207.GA14578@gregn.net> <20150430163054.GA9356@lava-net.com> <7ed5350e-b5a1-41af-af3a-31025735fd2b@default> <20150501224151.GA20863@gregn.net> <338cea54-0d1a-41fe-90ce-cbeb9ed1f178@default> <20150503222740.GB1896@lava-net.com> <20150503223305.GA31949@jpc.home> <20150503225235.GA28523@gregn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150503225235.GA28523@gregn.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2015 23:23:12 -0000 Gregory Nowak wrote: > Speaking of KVM, how do you interact with the guest? Through the GUI > under gnome, from the text console somehow, through ssh, in some other > way? There's an ncurses option to qemu that starts the KVM guest with its console directed to the terminal in which you're running kvm. Note that this also provides access to the Grub prompt of the guest system. You can also configure networking on the guest to enable ssh access from the host (or from elsewhere). If you have an IPv6 network it's especially convenient.