diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-13 00:39:32 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-02-13 00:39:32 +0100 |
commit | eff60765ee91a900f665b84ae882a6e9158c1192 (patch) | |
tree | cb2aca23ea7e4975e8e533478219e8bf324894c7 /roles/git/files/gitolite-cgit/etc/sshd_config | |
parent | 10386c5e85154f94974b59e0f1c23f4302bde90e (diff) | |
download | ansible-memzero-eff60765ee91a900f665b84ae882a6e9158c1192.tar.gz ansible-memzero-eff60765ee91a900f665b84ae882a6e9158c1192.zip |
git: add rsyslog
Diffstat (limited to 'roles/git/files/gitolite-cgit/etc/sshd_config')
-rw-r--r-- | roles/git/files/gitolite-cgit/etc/sshd_config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/git/files/gitolite-cgit/etc/sshd_config b/roles/git/files/gitolite-cgit/etc/sshd_config index b6da391..b9ab963 100644 --- a/roles/git/files/gitolite-cgit/etc/sshd_config +++ b/roles/git/files/gitolite-cgit/etc/sshd_config @@ -12,3 +12,5 @@ PermitEmptyPasswords no AllowTcpForwarding no GatewayPorts no X11Forwarding no + +# Logs by default to auth.* syslog facility. |