2025-06-10 21:05:04 +02:00
|
|
|
# Standard-SSH-Benutzer
|
2025-08-15 23:42:06 +02:00
|
|
|
ssh_user: "{{ server_user | default('skulladmin') }}"
|
2025-06-10 21:05:04 +02:00
|
|
|
|
|
|
|
# Platzhalter-Key
|
2025-08-14 18:12:14 +02:00
|
|
|
ssh_auth_keys_url: "https://skulldev.de/Skull-IT/trusted-ssh-keys/raw/branch/main/trusted-ssh-keys"
|
2025-06-10 21:05:04 +02:00
|
|
|
|
|
|
|
# SSH-Port
|
2025-06-10 22:07:03 +02:00
|
|
|
ssh_port: 22
|