From b9b932d0f2d8ce28bebe4e69b811c03117ab4b0c Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:27:10 +0200 Subject: [PATCH] fix(sshd_config): Add info about missing RoutingDomain documentation --- server/handlers/sshd_config/fields/tokens.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/handlers/sshd_config/fields/tokens.go b/server/handlers/sshd_config/fields/tokens.go index c7d3b17..3c8659c 100644 --- a/server/handlers/sshd_config/fields/tokens.go +++ b/server/handlers/sshd_config/fields/tokens.go @@ -65,6 +65,7 @@ var OptionsTokensMap = map[NormalizedOptionName][]string{ "%U", "%u", }, + // Routing domain is missing in the fields as it's not documented "routingdomain": { "%D", },