Update SSH config.
This commit is contained in:
parent
9030330b2f
commit
05004749e9
1 changed files with 16 additions and 15 deletions
|
@ -1,32 +1,33 @@
|
|||
# Linode VPS
|
||||
Host linode-vps
|
||||
HostName 50.116.26.217
|
||||
User shadow8t4
|
||||
IdentityFile /home/shadow8t4/.ssh/id_ed25519
|
||||
|
||||
# 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
|
||||
HostName 192.168.6.201
|
||||
User shadow8t4
|
||||
IdentityFile /home/shadow8t4/.ssh/id_ed25519
|
||||
|
||||
# ASUS
|
||||
Host shadow8t4-asus
|
||||
HostName 192.168.6.202
|
||||
User shadow8t4
|
||||
IdentityFile /home/shadow8t4/.ssh/id_ed25519
|
||||
|
||||
# Raspi 4 alpha
|
||||
Host shadow8t4-raspi4-alpha
|
||||
HostName 192.168.1.208
|
||||
HostName 192.168.6.203
|
||||
User shadow8t4
|
||||
IdentityFile /home/shadow8t4/.ssh/id_ed25519
|
||||
|
||||
# Raspi 4 beta
|
||||
Host shadow8t4-raspi4-beta
|
||||
HostName 192.168.1.209
|
||||
HostName 192.168.6.204
|
||||
User shadow8t4
|
||||
IdentityFile /home/shadow8t4/.ssh/id_ed25519
|
||||
|
||||
## Linode VPS
|
||||
#Host linode-vps
|
||||
# HostName 50.116.26.217
|
||||
# User shadow8t4
|
||||
# IdentityFile /home/shadow8t4/.ssh/id_ed25519
|
||||
|
||||
|
||||
|
|
Reference in a new issue