[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: |
Mon, 20 Mar 2017 21:18:56 +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.
[...]
> address@hidden @code{subsystems} (default: @code{'(("sftp" "internal-sftp"))})
> +Configures external subsystems (e.g. file transfer daemon).
> +
> +This is a list of two-element lists, each of which containing the
> +subsystem name and a command (with optional arguments) to execute upon
> +subsystem request.
> +
> +The command @command{internal-sftp} implements an in-process SFTP server.
Maybe you can add an @example for the external SFTP server, just to show
what the syntax is like.
Otherwise LGTM, thanks!
Ludo’.
- bug#26173: [PATCH 4/4] tests: ssh: Add a test for SFTP., (continued)
- bug#26173: [PATCH 4/4] tests: ssh: Add a test for SFTP., Leo Famulari, 2017/03/20
- bug#26173: [PATCH 4/4] tests: ssh: Add a test for SFTP., Clément Lassieur, 2017/03/21
- bug#26173: [PATCH 4/4] tests: ssh: Add a test for SFTP., Marius Bakke, 2017/03/21
- bug#26173: [PATCH 4/4] tests: ssh: Add a test for SFTP., Leo Famulari, 2017/03/21
- bug#26173: [PATCH 4/4] tests: ssh: Add a test for SFTP., Clément Lassieur, 2017/03/21
- bug#26173: [PATCH 3/4] tests: ssh: Abstract session connection and authentication., Clément Lassieur, 2017/03/20
- bug#26173: [PATCH 2/4] services: openssh: Add 'subsystems' option., Clément Lassieur, 2017/03/20
- bug#26173: [PATCH 2/4] services: openssh: Add 'subsystems' option., Ludovic Courtès, 2017/03/21
- bug#26173: [PATCH 2/4] services: openssh: Add 'subsystems' option., Clément Lassieur, 2017/03/21
bug#26173: [PATCH 2/4] services: openssh: Add 'subsystems' option., Clément Lassieur, 2017/03/19
- bug#26173: [PATCH 2/4] services: openssh: Add 'subsystems' option.,
Ludovic Courtès <=
bug#26173: [PATCH 3/4] tests: ssh: Abstract session connection and authentication., Clément Lassieur, 2017/03/19
bug#26173: [PATCH 1/4] services: openssh: Cosmetic changes., Ludovic Courtès, 2017/03/20