From 91645dd4aacc95510efe2802855da8dcd4263d52 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Mon, 25 Dec 2023 15:23:41 +0100 Subject: [PATCH] added vpn hosts --- sshconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sshconfig b/sshconfig index b8b6dc2..98d018e 100644 --- a/sshconfig +++ b/sshconfig @@ -3,6 +3,14 @@ Host koptein.de User zul Port 22 +Host mailbucket.eu + HostName mailbucket.eu + User zul + Port 22 +Host mailbucket.vpn + HostName 10.8.0.8 + User zul + Port 22 Host home HostName 192.168.15.5 User koptein @@ -14,6 +22,9 @@ Host berthold Host nextcloud HostName 192.168.15.9 User root +Host nextcloud.vpn + HostName 10.8.0.10 + User root Host web HostName 192.168.15.12 User root @@ -25,6 +36,10 @@ Host git.home.lan Hostname 192.168.15.14 Port 222 User git +Host docker.vpn + Hostname 10.8.0.9 + Port 22 + User koptein Host docker Hostname 192.168.15.14 Port 22