summaryrefslogtreecommitdiffstats
path: root/group_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-26 01:01:39 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-26 01:41:35 +0200
commit2f60116a43706774f1a815d8513d0ec23e880fc2 (patch)
tree78e98be79d473671d124bd12982d30d8dff71139 /group_vars
parent87c598e0adb88581982bfa59375bdd1a7fe53969 (diff)
Update the ssh keys for each of the hosts w/examples
Diffstat (limited to 'group_vars')
-rw-r--r--group_vars/all.ymlbin148 -> 898 bytes
-rw-r--r--group_vars/all.yml.example8
2 files changed, 7 insertions, 1 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml
index 0873440c..d5a8a535 100644
--- a/group_vars/all.yml
+++ b/group_vars/all.yml
Binary files differ
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"