From 97c2cfcaec9935006ed1ed485e2cf99178ea9dd7 Mon Sep 17 00:00:00 2001 From: Alexis Werefox Date: Sun, 7 Feb 2021 00:01:46 +0000 Subject: [PATCH] Remove remote SSH from config. Wireguard should handle traffic for any remote network SSH connections. --- ssh/ssh-config | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/ssh/ssh-config b/ssh/ssh-config index d88eebb..eb8ecf1 100644 --- a/ssh/ssh-config +++ b/ssh/ssh-config @@ -30,20 +30,6 @@ Host shadow8t4-raspi4-beta User shadow8t4 IdentityFile /home/shadow8t4/.ssh/id_ed25519 -# NUC - Remote -Host werefox-nuc - HostName werefox.dev - Port 20202 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - -# Optiplex Remote -Host werefox-nas - HostName werefox.dev - Port 22222 - User shadow8t4 - IdentityFile /home/shadow8t4/.ssh/id_ed25519 - # Linode VPS Host linode-vps HostName 50.116.26.217