From 441b492268018a7eb45ec6e15b606f3f8450f164 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Tue, 10 Jun 2025 21:22:23 +0200 Subject: [PATCH] Fixes ssh config --- .ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ssh/config b/.ssh/config index e679c97..c222b03 100644 --- a/.ssh/config +++ b/.ssh/config @@ -9,7 +9,7 @@ Host rpi5 IdentityFile ~/.ssh/webserver.key Host home - HostName 192.168.178.36 + HostName 192.168.178.27 User michel IdentityFile ~/.ssh/home.key @@ -42,6 +42,6 @@ Host vagrant IdentityFile ~/.ssh/vagrant Host essential - HostName 192.168.178.25 + HostName 192.168.178.26 User michel IdentityFile ~/.ssh/essential_home.key