Remove remote SSH from config. Wireguard should handle traffic for any remote network SSH connections.
This commit is contained in:
parent
295449c44a
commit
97c2cfcaec
1 changed files with 0 additions and 14 deletions
|
@ -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
|
||||
|
|
Reference in a new issue