14 lines
226 B
YAML
14 lines
226 B
YAML
---
|
|
servers:
|
|
hosts:
|
|
poincare:
|
|
maxwell:
|
|
sshd:
|
|
port: 6969
|
|
|
|
auth:
|
|
permit_root_login: "no"
|
|
password_authentication: "no"
|
|
trusted_ca: true
|
|
|
|
sign_host_keys: true
|