diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-26 02:23:21 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-26 02:24:38 +0200 |
| commit | bd9545a90c3a5e16046112da818afd7028a7cd22 (patch) | |
| tree | 9ab501c73e980bae15fe1aae855e3048c673665b /host_vars/git.home.arpa.yml.example | |
| parent | 2f60116a43706774f1a815d8513d0ec23e880fc2 (diff) | |
Change pve-lxc-ssh implementation to only inject pre-generated keys
Co-Authored-By: Claude.ai
Diffstat (limited to 'host_vars/git.home.arpa.yml.example')
| -rw-r--r-- | host_vars/git.home.arpa.yml.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/host_vars/git.home.arpa.yml.example b/host_vars/git.home.arpa.yml.example index fe14f69d..cd3a464c 100644 --- a/host_vars/git.home.arpa.yml.example +++ b/host_vars/git.home.arpa.yml.example @@ -13,6 +13,15 @@ pve_lxc_ip: "{{ network_ipv4_address }}/24" pve_lxc_gateway: "{{ network_ipv4_gateway }}" pve_lxc_dns: "{{ network_ipv4_dns }}" pve_lxc_ssh_port: 2222 +pve_lxc_ssh_public_key: "ssh-ed25519 AAAA...fMo" +pve_lxc_ssh_private_key: | + -----BEGIN OPENSSH PRIVATE KEY----- + b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW + QyNTUxOQAAACAQ0GydCVLVXnXpzBxM6MbmRIDHNjC8dqZoFHgx1PiSgQAAAJi7TmCqu05g + qgAAAAtzc2gtZWQyNTUxOQAAACAQ0GydCVLVXnXpzBxM6MbmRIDHNjC8dqZoFHgx1PiSgQ + AAAEBgO+cOwV2j8gNZ/EugDk+vbi0eGrK125vRcE3FOtJJMRDQbJ0JUtVedenMHEzoxuZE + gMc2MLx2pmgUeDHU+JKBAAAAEm1vbGVjdWxlLXRlc3Qtb25seQECAw== + -----END OPENSSH PRIVATE KEY----- cgit_hostname: "git.home.arpa" cgit_title: "git.example.com" |
