32 lines
612 B
Text
32 lines
612 B
Text
# SSH Config for local network
|
|
|
|
# NUC
|
|
Host shadow8t4-nuc
|
|
HostName 192.168.6.201
|
|
User shadow8t4
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|
|
# ASUS
|
|
Host shadow8t4-asus
|
|
HostName 192.168.6.202
|
|
User shadow8t4
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|
|
# Raspi 4 alpha
|
|
Host shadow8t4-raspi4-alpha
|
|
HostName 192.168.6.203
|
|
User shadow8t4
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|
|
# Raspi 4 beta
|
|
Host shadow8t4-raspi4-beta
|
|
HostName 192.168.6.204
|
|
User shadow8t4
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|
|
# UPS Raspi
|
|
Host ups-raspi
|
|
HostName 192.168.6.211
|
|
User alexis_werefox
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|