1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-02 19:38:32 +02:00
home-manager/tests/modules/programs/ssh
Jakub Fišer 1bdbebc3f8
ssh: add generic Match support for matchBlocks (#2992)
* ssh: add generic Match support for matchBlocks

Introduce conservative support for actual `Match`
blocks in ssh config.

"Conservative" means this PR doesn'tt try to process
the `match` expression and simply uses it as a string
provided by the user.

If set, `match` has precedence over `host` meaning
if both are set, `match` is used and `host` is ignored.

* Add news entry
2022-11-27 16:15:32 +01:00
..
default-config-expected.conf ssh: add includes option (#2453) 2021-11-16 11:51:10 -07:00
default-config.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
default.nix ssh: add generic Match support for matchBlocks (#2992) 2022-11-27 16:15:32 +01:00
forwards-dynamic-bind-path-with-port-asserts.nix tests: allow testing assertions 2021-02-07 22:48:22 +01:00
forwards-dynamic-valid-bind-no-asserts-expected.conf ssh: add includes option (#2453) 2021-11-16 11:51:10 -07:00
forwards-dynamic-valid-bind-no-asserts.nix Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
forwards-local-bind-path-with-port-asserts.nix tests: allow testing assertions 2021-02-07 22:48:22 +01:00
forwards-local-host-path-with-port-asserts.nix tests: allow testing assertions 2021-02-07 22:48:22 +01:00
forwards-remote-bind-path-with-port-asserts.nix tests: allow testing assertions 2021-02-07 22:48:22 +01:00
forwards-remote-host-path-with-port-asserts.nix tests: allow testing assertions 2021-02-07 22:48:22 +01:00
includes.nix ssh: add includes option (#2453) 2021-11-16 11:51:10 -07:00
match-blocks-attrs-expected.conf ssh: add includes option (#2453) 2021-11-16 11:51:10 -07:00
match-blocks-attrs.nix ssh: add support for ServerAliveCountMax 2020-06-03 23:16:43 +02:00
match-blocks-match-and-hosts-expected.conf ssh: add generic Match support for matchBlocks (#2992) 2022-11-27 16:15:32 +01:00
match-blocks-match-and-hosts.nix ssh: add generic Match support for matchBlocks (#2992) 2022-11-27 16:15:32 +01:00
no-assertions.json ssh: sockets forwards; remote and dynamic forwards 2019-10-02 20:42:29 +02:00