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 +9
-8
lines changed Expand file tree Collapse file tree 9 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 3737 mode : ' 0600'
3838 owner : ' {{ ssh_owner }}'
3939 group : ' {{ ssh_group }}'
40- validate : ' /usr/sbin/sshd -T -C user=root -C host=localhost -C addr=localhost -C lport=22 -f %s'
40+ validate : ' {{ sshd_path }} -T -C user=root -C host=localhost -C addr=localhost -C lport=22 -f %s'
4141 notify : restart sshd
4242 when : ssh_server_hardening | bool
4343
Original file line number Diff line number Diff line change 1+ sshd_path : /usr/sbin/sshd
12sshd_service_name : sshd
23ssh_owner : root
34ssh_group : root
Original file line number Diff line number Diff line change 1- ---
1+ sshd_path : /usr/sbin/sshd
22sshd_service_name : ssh
33ssh_owner : root
44ssh_group : root
Original file line number Diff line number Diff line change 1- ---
1+ sshd_path : /usr/sbin/sshd
22sshd_service_name : sshd
33ssh_owner : root
44ssh_group : root
Original file line number Diff line number Diff line change 1- ---
1+ sshd_path : /usr/sbin/sshd
22sshd_service_name : sshd
33ssh_owner : root
44ssh_group : wheel
Original file line number Diff line number Diff line change 1- ---
1+ sshd_path : /usr/sbin/sshd
22sshd_service_name : sshd
33ssh_owner : root
44ssh_group : wheel
Original file line number Diff line number Diff line change 1- ---
1+ sshd_path : /usr/sbin/sshd
22sshd_service_name : sshd
33ssh_owner : root
44ssh_group : root
Original file line number Diff line number Diff line change 1- ---
1+ sshd_path : /usr/sbin/sshd
22sshd_service_name : sshd
33ssh_owner : root
44ssh_group : root
Original file line number Diff line number Diff line change 1- ---
1+ sshd_path : /usr/sbin/sshd
22sshd_service_name : sshd
33ssh_owner : root
44ssh_group : root
You can’t perform that action at this time.
0 commit comments