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