This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
powerpanel-webview/ssh/ssh-config
2021-09-13 13:06:01 -05:00

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