Update SSH config.

This commit is contained in:
Alexis Werefox 2021-09-13 13:06:01 -05:00
parent 05004749e9
commit e244b3f792
2 changed files with 9 additions and 68 deletions

View file

@ -4,30 +4,29 @@
Host shadow8t4-nuc
HostName 192.168.6.201
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
IdentityFile ~/.ssh/id_ed25519
# ASUS
Host shadow8t4-asus
HostName 192.168.6.202
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
IdentityFile ~/.ssh/id_ed25519
# Raspi 4 alpha
Host shadow8t4-raspi4-alpha
HostName 192.168.6.203
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
IdentityFile ~/.ssh/id_ed25519
# Raspi 4 beta
Host shadow8t4-raspi4-beta
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
IdentityFile ~/.ssh/id_ed25519
# UPS Raspi
Host ups-raspi
HostName 192.168.6.211
User alexis_werefox
IdentityFile ~/.ssh/id_ed25519

View file

@ -1,58 +0,0 @@
# Linode VPS
Host linode-vps
HostName 50.116.26.217
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# SSH Config for Wireguard network
# ASUS
Host shadow8t4-asus
HostName 192.168.4.8
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# NUC
Host shadow8t4-nuc
HostName 192.168.4.2
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Raspi 4 alpha
Host shadow8t4-raspi4-alpha
HostName 192.168.4.6
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Raspi 4 beta
Host shadow8t4-raspi4-beta
HostName 192.168.4.7
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# SSH Config for local network
# ASUS
Host local-shadow8t4-asus
HostName 192.168.1.207
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# NUC
Host local-shadow8t4-nuc
HostName 192.168.1.201
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Raspi 4 alpha
Host local-shadow8t4-raspi4-alpha
HostName 192.168.1.208
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Raspi 4 beta
Host local-shadow8t4-raspi4-beta
HostName 192.168.1.209
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519