From mboxrd@z Thu Jan 1 00:00:00 1970 From: George myglc2 Clemmer Subject: Re: How to ssh to a QEMU XFCE desktop vm-image? Date: Mon, 26 Feb 2018 13:41:58 -0500 Message-ID: <867eqzegp5.fsf@gmail.com> References: <86h8q4a0b1.fsf@gmail.com> <87606j66ef.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqNiu-0005VB-P8 for help-guix@gnu.org; Mon, 26 Feb 2018 13:42:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqNiq-0008R8-RP for help-guix@gnu.org; Mon, 26 Feb 2018 13:42:04 -0500 Received: from mail-qt0-x22d.google.com ([2607:f8b0:400d:c0d::22d]:45425) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqNiq-0008QI-Mz for help-guix@gnu.org; Mon, 26 Feb 2018 13:42:00 -0500 Received: by mail-qt0-x22d.google.com with SMTP id v90so19990540qte.12 for ; Mon, 26 Feb 2018 10:42:00 -0800 (PST) In-reply-to: <87606j66ef.fsf@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Chris Marusich Cc: help-guix On 02/26/2018 at 16:51 Chris Marusich writes: > George myglc2 Clemmer writes: > >> I have ssh working to a server image ... >> >> nemo:~ $ ssh g1@server02.local >> Last login: Sun Feb 25 22:11:42 2018 from fe80::1ccf:c589:7e5f:a21f%eth0 >> >> ... but not to a similar xFCE desktop VM image ... >> >> nemo:~ $ ssh g1@desktop01.local -vvv >> OpenSSH_7.6p1, LibreSSL 2.6.2 >> debug1: Reading configuration data /Users/glc/.ssh/config >> debug1: /Users/glc/.ssh/config line 48: Applying options for * >> debug1: Reading configuration data /etc/ssh/ssh_config >> debug1: /etc/ssh/ssh_config line 48: Applying options for * >> debug2: ssh_connect_direct: needpriv 0 >> debug1: Connecting to desktop01.local port 22. >> ssh: connect to host desktop01.local port 22: Connection refused > > Could it be that perhaps ssh daemon failed to start? Several people > have observed that failure mode, but nobody has been able to reproduce > it consistently in a VM yet, which has made troubleshooting difficult: > > https://lists.gnu.org/archive/html/help-guix/2018-02/msg00022.html > > Check the logs in /var/log/shepherd.log. If you're suffering from this > problem, Shepherd will say that it failed to start ssh-daemon. Thanks, yes that's it. It looks reproducible. I'll report a bug. - George