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 /host_vars/macbook.local.yml.example | |
| parent | 87c598e0adb88581982bfa59375bdd1a7fe53969 (diff) | |
Update the ssh keys for each of the hosts w/examples
Diffstat (limited to 'host_vars/macbook.local.yml.example')
| -rw-r--r-- | host_vars/macbook.local.yml.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/host_vars/macbook.local.yml.example b/host_vars/macbook.local.yml.example index 264446c5..acf85295 100644 --- a/host_vars/macbook.local.yml.example +++ b/host_vars/macbook.local.yml.example @@ -4,6 +4,15 @@ network_ipv4_address: "10.0.0.203" network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" +# 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----- + go_versions: - "latest" - "1.25.3" |
