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: Clément Lassieur
Subject: bug#26173: [PATCH 2/4] services: openssh: Add 'subsystems' option.
Date: Tue, 21 Mar 2017 20:55:37 +0100
User-agent: mu4e 0.9.18; emacs 25.2.1

Ludovic Courtès <address@hidden> writes:

> 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.)

It works, done.

> OK for you to push the whole series.

Pushed!

Clément





reply via email to

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