aboutsummaryrefslogtreecommitdiff
path: root/sshd_config
diff options
context:
space:
mode:
authorGravatar steering72532026-04-08 16:36:59 +0000
committerGravatar steering72532026-04-08 16:36:59 +0000
commitbca037330893403ee20e8d6381db9b375c137c19 (patch)
tree835cb4262c48f012a2bf15691400736134094855 /sshd_config
parentshorten wg name (diff)
misc fixes
Diffstat (limited to 'sshd_config')
-rw-r--r--sshd_config4
1 files changed, 2 insertions, 2 deletions
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