From 8099418597b6c5ef5e84783c8a0b62d6cd87f3ed Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Tue, 9 Sep 2025 22:05:10 -0700 Subject: [PATCH] ssh/config.laptop,xenon: add pve-02 host --- ssh/config.laptop | 6 ++++++ ssh/config.xenon | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/ssh/config.laptop b/ssh/config.laptop index a03d601..7bbc796 100644 --- a/ssh/config.laptop +++ b/ssh/config.laptop @@ -59,6 +59,12 @@ Host pve-01 HostName pve-01.tail755c5.ts.net Port 22 +Host pve-02 + User etorres + IdentityFile=~/.ssh/pve-02 + HostName pve-02.tail755c5.ts.net + Port 22 + # ----- VMs ----- Host app-01 User etorres diff --git a/ssh/config.xenon b/ssh/config.xenon index a835aa0..5c37f4d 100644 --- a/ssh/config.xenon +++ b/ssh/config.xenon @@ -57,6 +57,12 @@ Host pve-01 IdentityFile=~/.ssh/pve-01 HostName 192.168.100.3 +# pve-02 +Host pve-02 + User etorres + IdentityFile=~/.ssh/pve-02 + HostName 192.168.100.4 + # ----- VMs ----- Host app-01 User etorres