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
# ASUS
Host shadow8t4-asus
HostName 192.168.1.207
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# NUC
Host shadow8t4-nuc
HostName 192.168.1.201
@ -26,9 +32,8 @@ Host werefox-nas
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Vultr VPS
Host werefox-vps
HostName werefox.dev
Port 22
# Linode VPS
Host linode-vps
HostName 50.116.26.217
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519