mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 02:50:18 +01:00
Remove unneccasery match
This commit is contained in:
parent
ecefbcb06f
commit
0d10fb9a39
1 changed files with 0 additions and 3 deletions
|
@ -36,6 +36,3 @@ sshd_defaults:
|
||||||
AcceptEnv: LANG LC_*
|
AcceptEnv: LANG LC_*
|
||||||
Subsystem: "sftp {{ sshd_sftp_server }}"
|
Subsystem: "sftp {{ sshd_sftp_server }}"
|
||||||
UsePAM: yes
|
UsePAM: yes
|
||||||
Match:
|
|
||||||
- Condition: User vagrant
|
|
||||||
MaxSessions: 10
|
|
||||||
|
|
Loading…
Reference in a new issue