Changed Vultr VPS to Linode IP, update to include dev machine.
This commit is contained in:
parent
fcb9d34c8d
commit
5e4dddf29e
1 changed files with 9 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue