mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
7 lines
197 B
YAML
7 lines
197 B
YAML
---
|
|
ssh_port: 22
|
|
ssh_permit_root_login: "prohibit-password" # allows key-based root login
|
|
ssh_password_authentication: "no"
|
|
ssh_max_auth_tries: 3
|
|
ssh_allowed_users: "root" # space-separated list
|