Skip to content

Commit

Permalink
MNIP-4762: Add AllowGroups to sshd config
Browse files Browse the repository at this point in the history
  • Loading branch information
billglick committed Mar 8, 2024
1 parent d22212b commit 1781ec6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ profile_backup::common::pip_config: "/etc/pip.conf"
profile_backup::common::pip_proxy: ""

profile_backup::server::additional_sshd_match_params:
PubkeyAuthentication: "yes"
AllowGroups: "%{lookup('profile_backup::server::groupname')}"
AuthenticationMethods: "publickey"
Banner: "none"
MaxAuthTries: "6"
MaxSessions: "10"
PubkeyAuthentication: "yes"
X11Forwarding: "no"
profile_backup::server::allow_client_requires: []
profile_backup::server::backup_directory: null
Expand Down

0 comments on commit 1781ec6

Please sign in to comment.