diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-12 23:50:18 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-12 23:50:18 -0500 |
commit | 5aa2283f9951b3e035824b54bd0277ebf4394ffa (patch) | |
tree | df93cef70ce1d49576b9a98f165e8dfc6aaa52f7 /files/etc | |
parent | 6512242bc03acf2bdaa4fea6fcc7fe51c2330f03 (diff) | |
download | infrastructure-5aa2283f9951b3e035824b54bd0277ebf4394ffa.tar.gz |
add gitolite/cgit
Diffstat (limited to 'files/etc')
-rw-r--r-- | files/etc/login.access.freebsd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/etc/login.access.freebsd b/files/etc/login.access.freebsd index ee83dd5..7b125db 100644 --- a/files/etc/login.access.freebsd +++ b/files/etc/login.access.freebsd @@ -1,5 +1,7 @@ # Always allow root logins. +:root:ALL + +# Allow icinga user for monitoring via SSH. +:${icinga_local_user}:ALL $(if [ -n "${acmeproxy_client_group:-}" ]; then |