fix: remove allowgroups from ssh
This commit is contained in:
parent
117e5e15a5
commit
9b733a36b5
1 changed files with 0 additions and 1 deletions
|
|
@ -148,7 +148,6 @@
|
|||
########## Authentication ##########
|
||||
|
||||
AllowUsers = ["${user}"];
|
||||
AllowGroups = ["${user}"];
|
||||
|
||||
# Use keys only. Remove if you want to SSH using password (not recommended)
|
||||
PasswordAuthentication = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue