17 lines
253 B
YAML
17 lines
253 B
YAML
|
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'
|