From 2f60116a43706774f1a815d8513d0ec23e880fc2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 26 Jul 2026 01:01:39 +0200 Subject: Update the ssh keys for each of the hosts w/examples --- group_vars/all.yml.example | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'group_vars/all.yml.example') 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" -- cgit v1.2.3