[P3] Uses id_rsa key — upgrade to id_ed25519 for consistency #3

Closed
opened 2026-03-22 18:04:12 +00:00 by jeet · 0 comments
Owner

Problem

ansible_ssh_private_key_file: ~/.ssh/id_rsa

OCI_Build uses id_ed25519 (faster, shorter, more secure). RSA is weaker and inconsistent with the rest of the homelab. On a fresh Ansible machine id_rsa may not exist, causing silent auth failure.

Fix

Update to the dedicated unifi key once the SSH hardening issue is resolved:

ansible_ssh_private_key_file: ~/.ssh/id_ed25519_unifi

File: inventory.yml

## Problem ```yaml ansible_ssh_private_key_file: ~/.ssh/id_rsa ``` OCI_Build uses `id_ed25519` (faster, shorter, more secure). RSA is weaker and inconsistent with the rest of the homelab. On a fresh Ansible machine `id_rsa` may not exist, causing silent auth failure. ## Fix Update to the dedicated unifi key once the SSH hardening issue is resolved: ```yaml ansible_ssh_private_key_file: ~/.ssh/id_ed25519_unifi ``` **File:** `inventory.yml`
jeet closed this issue 2026-03-22 18:14:35 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jeet/Unifi-NextDNS#3