guix-patches
[Top][All Lists]
Advanced

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

bug#26173: [PATCH 2/4] services: openssh: Add 'subsystems' option.


From: Ludovic Courtès
Subject: bug#26173: [PATCH 2/4] services: openssh: Add 'subsystems' option.
Date: Tue, 21 Mar 2017 15:23:57 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Clément Lassieur <address@hidden> skribis:

> * gnu/services/ssh.scm (openssh-config-file): Add it.
> (<openssh-configuration>)[subsystems]: Add it.
> * doc/guix.texi (Networking Services): Document it.

[...]

> +The command @command{internal-sftp} implements an in-process SFTP
> +server.  Alternately, one can specify the @command{sftp-server} command:
> address@hidden
> +(service openssh-service-type
> +         (openssh-configuration
> +          (subsystems
> +           '(("sftp" "/run/current-system/profile/libexec/sftp-server")))))
> address@hidden example

Maybe the example should use:

  `(("sftp" ,(file-append openssh "/libexec/sftp-server")))

which looks better IMO (assuming it works, but I think it does.)

OK for you to push the whole series.

Thanks!

Ludo’.





reply via email to

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