diff options
Diffstat (limited to 'sshd_config')
| -rw-r--r-- | sshd_config | 4 |
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 |
