kodi media services basic setup
This commit is contained in:
16
ansible/roles/sshd/defaults/main.yaml
Normal file
16
ansible/roles/sshd/defaults/main.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
sshd:
|
||||
config_path: default
|
||||
auth:
|
||||
pubkey: 'yes'
|
||||
password: 'no'
|
||||
empty: 'no'
|
||||
listen:
|
||||
port: '22'
|
||||
family: any # 'any', 'inet' or 'inet6'
|
||||
ipv4:
|
||||
- '0.0.0.0'
|
||||
ipv6:
|
||||
- '::'
|
||||
forwarding:
|
||||
agent: 'no'
|
||||
x11: 'no'
|
Reference in New Issue
Block a user