From c463053bbf64805a88335b6b14f1e5d11c0f0624 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:21:35 +0200 Subject: [PATCH] fix: apply linter --- server/handlers/sshd_config/fields/tokens.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/handlers/sshd_config/fields/tokens.go b/server/handlers/sshd_config/fields/tokens.go index ee9d875..c7d3b17 100644 --- a/server/handlers/sshd_config/fields/tokens.go +++ b/server/handlers/sshd_config/fields/tokens.go @@ -31,7 +31,7 @@ var OptionsTokensMap = map[NormalizedOptionName][]string{ "%U", "%u", }, - "authorizedkeysfile": { + "authorizedkeysfile": { "%%", "%h", "%U", @@ -53,19 +53,19 @@ var OptionsTokensMap = map[NormalizedOptionName][]string{ "%U", "%u", }, - "authorizedprincipalsfile": { + "authorizedprincipalsfile": { "%%", "%h", "%U", "%u", }, - "chrootdirectory": { + "chrootdirectory": { "%%", "%h", "%U", "%u", }, - "routingdomain": { + "routingdomain": { "%D", }, }