Fix names.
This commit is contained in:
parent
a6afe34294
commit
7ded0b3fd0
@ -31,7 +31,7 @@
|
||||
|
||||
## SSHD ##
|
||||
|
||||
- name: General | Software | Services | Create SSHFS rc.conf Entry (FreeBSD)
|
||||
- name: General | Software | Services | Configure SSHD
|
||||
lineinfile:
|
||||
path: "{{ sshd_config }}"
|
||||
regexp: '{{ item.key }}'
|
||||
@ -52,7 +52,7 @@
|
||||
- { "key": '^[\#]?X11Forwarding', "value": 'X11Forwarding no'}
|
||||
- { "key": '^[\#]?AllowAgentForwarding', "value": 'AllowAgentForwarding no'}
|
||||
|
||||
- name: General | Software | Services | Enable SSHD (Linux?)
|
||||
- name: General | Software | Services | Enable SSHD
|
||||
service:
|
||||
name: "{{ sshd }}"
|
||||
pattern: "{{ sshd_pattern }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user