diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-05-20 19:54:59 +0200 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2025-05-29 13:57:48 +0200 |
| commit | d2745a7b60a7fef88958bd52b3876c105da87e77 (patch) | |
| tree | ed51526efd8c5cf2497b9d34bb0cbe2261e2f956 /data | |
| parent | 81dfb64ebb3ea3c58c92e8f26e8610a46e4c50d2 (diff) | |
| download | vyos-1x-d2745a7b60a7fef88958bd52b3876c105da87e77.tar.gz vyos-1x-d2745a7b60a7fef88958bd52b3876c105da87e77.zip | |
pki: T6013: add proper dependencies for SSH CA
We need to establish proper dependencies on "system login" and "pki ca" for
the SSH subsystem. If the CA is updated or user principal names are modified,
we must also ensure that the SSH daemon is restarted accordingly.
Diffstat (limited to 'data')
| -rw-r--r-- | data/config-mode-dependencies/vyos-1x.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/config-mode-dependencies/vyos-1x.json b/data/config-mode-dependencies/vyos-1x.json index 7506a0908..ccfc022f4 100644 --- a/data/config-mode-dependencies/vyos-1x.json +++ b/data/config-mode-dependencies/vyos-1x.json @@ -34,6 +34,7 @@ "ipsec": ["vpn_ipsec"], "openconnect": ["vpn_openconnect"], "rpki": ["protocols_rpki"], + "ssh": ["service_ssh"], "sstp": ["vpn_sstp"], "sstpc": ["interfaces_sstpc"], "stunnel": ["service_stunnel"] @@ -73,6 +74,9 @@ "system_ipv6": { "sysctl": ["system_sysctl"] }, + "system_login": { + "ssh": ["service_ssh"] + }, "system_option": { "ip_ipv6": ["system_ip", "system_ipv6"], "sysctl": ["system_sysctl"] |
