diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-26 01:01:39 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-26 01:41:35 +0200 |
| commit | 2f60116a43706774f1a815d8513d0ec23e880fc2 (patch) | |
| tree | 78e98be79d473671d124bd12982d30d8dff71139 /group_vars/all.yml.example | |
| parent | 87c598e0adb88581982bfa59375bdd1a7fe53969 (diff) | |
Update the ssh keys for each of the hosts w/examples
Diffstat (limited to 'group_vars/all.yml.example')
| -rw-r--r-- | group_vars/all.yml.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index 90789e87..2b1c5d93 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -1,6 +1,12 @@ --- user_public_keys: - "ssh-ed25519 AAAA...fMo" - - "ssh-rsa AAAA...4I3" + - "ssh-ed25519 AAAA...4I3" ssh_port: 2222 + +ssh_knonwn_hosts: + - "git.sr.ht ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMZvRd4EtM7R+IHVMWmDkVU3VLQTSwQDSAvW0t2Tkj60" + - "github.com ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl" + - "[desktop.local]:2222 ssh-ed25519 AAAA...fMo" + - "[laptop.local]:2222 ssh-ed25519 AAAA...4I3" |
