This repository was archived by the owner on Dec 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +10
-1
lines changed Expand file tree Collapse file tree 9 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 5050 mode : ' 0600'
5151 owner : ' {{ ssh_owner }}'
5252 group : ' {{ ssh_group }}'
53- validate : ' /usr/sbin/sshd -T -C user=root -C host=localhost -C addr=localhost -C lport=22 -f %s'
53+ validate : ' {{ sshd_path }} -T -C user=root -C host=localhost -C addr=localhost -C lport=22 -f %s'
5454 notify : restart sshd
5555 when : ssh_server_hardening | bool
5656
Original file line number Diff line number Diff line change 1+ ---
2+ sshd_path : /usr/sbin/sshd
13sshd_service_name : sshd
24ssh_owner : root
35ssh_group : root
Original file line number Diff line number Diff line change 11---
2+ sshd_path : /usr/sbin/sshd
23sshd_service_name : ssh
34ssh_owner : root
45ssh_group : root
Original file line number Diff line number Diff line change 11---
2+ sshd_path : /usr/sbin/sshd
23sshd_service_name : sshd
34ssh_owner : root
45ssh_group : root
Original file line number Diff line number Diff line change 11---
2+ sshd_path : /usr/sbin/sshd
23sshd_service_name : sshd
34ssh_owner : root
45ssh_group : wheel
Original file line number Diff line number Diff line change 11---
2+ sshd_path : /usr/sbin/sshd
23sshd_service_name : sshd
34ssh_owner : root
45ssh_group : wheel
Original file line number Diff line number Diff line change 11---
2+ sshd_path : /usr/sbin/sshd
23sshd_service_name : sshd
34ssh_owner : root
45ssh_group : root
Original file line number Diff line number Diff line change 11---
2+ sshd_path : /usr/sbin/sshd
23sshd_service_name : sshd
34ssh_owner : root
45ssh_group : root
Original file line number Diff line number Diff line change 11---
2+ sshd_path : /usr/sbin/sshd
23sshd_service_name : sshd
34ssh_owner : root
45ssh_group : root
You can’t perform that action at this time.
0 commit comments