From bca037330893403ee20e8d6381db9b375c137c19 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Wed, 8 Apr 2026 16:36:59 +0000 Subject: misc fixes --- sshd_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sshd_config') diff --git a/sshd_config b/sshd_config index a6bf121..3b5e925 100644 --- a/sshd_config +++ b/sshd_config @@ -1,5 +1,5 @@ Match user new - AuthorizedKeysCommand /opt/autopeer/authorized_keys.sh %u %t %k + AuthorizedKeysCommand /opt/autopeer/authorized_keys.sh %u %t %k %C AuthorizedKeysCommandUser root AuthenticationMethods publickey AllowAgentForwarding no @@ -12,7 +12,7 @@ Match user new ForceCommand /opt/autopeer/new_user_created.sh Match group autopeer - AuthorizedKeysCommand /opt/autopeer/authorized_keys.sh %u %t %k + AuthorizedKeysCommand /opt/autopeer/authorized_keys.sh %u %t %k %C AuthorizedKeysCommandUser root AuthenticationMethods publickey AllowAgentForwarding no -- cgit v1.3.1-10-gc9f91