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 --- host_vars/rpi5.local.yml.example | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'host_vars/rpi5.local.yml.example') diff --git a/host_vars/rpi5.local.yml.example b/host_vars/rpi5.local.yml.example index 20d9d15e..3dfca0f2 100644 --- a/host_vars/rpi5.local.yml.example +++ b/host_vars/rpi5.local.yml.example @@ -3,6 +3,15 @@ network_interface: "eth0" network_ipv4_address: "10.0.0.254" network_ipv4_gateway: "10.0.0.1" +# Generate with: ssh-keygen -t ed25519 -f host_key -C '' -N '' +ssh_public_key: "ssh-ed25519 AAAA...fMo" +ssh_private_key: | + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1r.......................................................... + ...................................................................... + ...................BAgME + -----END OPENSSH PRIVATE KEY----- + proxy_type: "caddy" pihole_hostname: "dns.home.arpa" -- cgit v1.2.3