guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: openssh-service


From: ng0
Subject: Re: openssh-service
Date: Mon, 03 Oct 2016 14:57:34 +0000

ng0 <address@hidden> writes:

> Can someone explain to the list how the example of the openssh-service
> is supposed to fit into a default users config based on the regular
> desktop.scm? So far I think this is a bad example but I have no idea how
> to improve it.
>
> You will typically have
>
> (services (cons* (gnome-desktop-service)
>                  (xfce-desktop-service)
>                  %desktop-services))

Damn, the machine I tested this on I added one pair of parens which
shouldn't have been there.

 (services (cons* (gnome-desktop-service)
                  (xfce-desktop-service)
                  (service
                   openssh-service-type
                   (openssh-configuration
                   (x11-forwarding? #t)
                   (permit-root-login 'without-password)))
                  %desktop-services))

works. The error messages could be more intuitive :)

> When you do it by the book, the openssh-service will not work.
>
> Thanks to whoever worked on and added openssh by the way, it's a good
> addition.
>
>

-- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]