11 lines
140 B
YAML
11 lines
140 B
YAML
|
---
|
||
|
sshd:
|
||
|
port: 10022
|
||
|
|
||
|
auth:
|
||
|
permit_root_login: "no"
|
||
|
password_authentication: "no"
|
||
|
trusted_ca: true
|
||
|
|
||
|
sign_host_keys: true
|