Changed Vultr VPS to Linode IP, update to include dev machine.

This commit is contained in:
Alex Huddleston 2020-05-30 23:22:06 -05:00
parent fcb9d34c8d
commit 5e4dddf29e

View file

@ -1,5 +1,11 @@
# SSH Config for local network # SSH Config for local network
# ASUS
Host shadow8t4-asus
HostName 192.168.1.207
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# NUC # NUC
Host shadow8t4-nuc Host shadow8t4-nuc
HostName 192.168.1.201 HostName 192.168.1.201
@ -26,9 +32,8 @@ Host werefox-nas
User shadow8t4 User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519 IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Vultr VPS # Linode VPS
Host werefox-vps Host linode-vps
HostName werefox.dev HostName 50.116.26.217
Port 22
User shadow8t4 User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519 IdentityFile /home/shadow8t4/.ssh/id_ed25519