[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#62966: [PATCH 1/2] home: services: openssh: Add configuration option
From: |
Ludovic Courtès |
Subject: |
bug#62966: [PATCH 1/2] home: services: openssh: Add configuration option for jump proxies |
Date: |
Fri, 21 Apr 2023 17:15:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Saku,
Saku Laesvuori <saku@laesvuori.fi> skribis:
> Add a new 'proxy' field to openssh-host to allow ProxyCommand or
> ProxyJump, but not both, to be configured. Configuring both would cause
> the serialization order to determine which one is used. Deprecate the
> 'proxy-command' field because the 'proxy' field replaces it.
>
> * gnu/home/services/ssh.scm (proxy-jump->string,
> proxy-command-or-jump-list?, serialize-proxy-command-or-jump-list,
> sanitize-proxy-command): New procedure.
> (proxy-jump, proxy-command): New record type.
> (openssh-host)[proxy-command]: Mark field as deprecated because OpenSSH
> can't have ProxyCommand and ProxyJump configured at the same time.
> * doc/guix.texi (Secure Shell): Update to match the changes to the
> service.
Nice improvement.
> * doc/guix.texi (Secure Shell): Update openssh-host documentation to
> match the code.
Applied, thanks!
Ludo’.