17 lines
250 B
YAML
17 lines
250 B
YAML
|
sshd:
|
||
|
config_path: home
|
||
|
auth:
|
||
|
pubkey: 'yes'
|
||
|
password: 'no'
|
||
|
empty: 'no'
|
||
|
listen:
|
||
|
port: '22'
|
||
|
family: inet
|
||
|
ipv4:
|
||
|
- '192.168.1.250'
|
||
|
- '10.192.110.100'
|
||
|
forwarding:
|
||
|
agent: 'no'
|
||
|
x11: 'no'
|
||
|
nickname: vault
|