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
|
||||
|
||||
# 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
|
||||
|
|
Reference in a new issue