fix: remove allowgroups from ssh

This commit is contained in:
gwg313 2024-01-06 01:22:02 -05:00
parent 117e5e15a5
commit 9b733a36b5
Signed by: gwg313
GPG key ID: 60FF63B4826B7400

View file

@ -148,7 +148,6 @@
########## Authentication ##########
AllowUsers = ["${user}"];
AllowGroups = ["${user}"];
# Use keys only. Remove if you want to SSH using password (not recommended)
PasswordAuthentication = false;