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

33 lines
612 B
Text
Raw Normal View History

2020-05-16 15:20:41 -05:00
# SSH Config for local network
2021-08-06 15:29:33 -05:00
# NUC
Host shadow8t4-nuc
HostName 192.168.6.201
User shadow8t4
2021-09-13 13:06:01 -05:00
IdentityFile ~/.ssh/id_ed25519
2021-08-06 15:29:33 -05:00
# ASUS
Host shadow8t4-asus
HostName 192.168.6.202
2020-05-16 15:20:41 -05:00
User shadow8t4
2021-09-13 13:06:01 -05:00
IdentityFile ~/.ssh/id_ed25519
2020-05-16 15:20:41 -05:00
2021-01-09 19:08:57 -06:00
# Raspi 4 alpha
Host shadow8t4-raspi4-alpha
2021-08-06 15:29:33 -05:00
HostName 192.168.6.203
2021-01-09 19:08:57 -06:00
User shadow8t4
2021-09-13 13:06:01 -05:00
IdentityFile ~/.ssh/id_ed25519
2021-01-09 19:08:57 -06:00
# Raspi 4 beta
Host shadow8t4-raspi4-beta
2021-08-06 15:29:33 -05:00
HostName 192.168.6.204
2021-01-09 19:08:57 -06:00
User shadow8t4
2021-09-13 13:06:01 -05:00
IdentityFile ~/.ssh/id_ed25519
2021-08-06 15:29:33 -05:00
2021-09-13 13:06:01 -05:00
# UPS Raspi
Host ups-raspi
HostName 192.168.6.211
User alexis_werefox
IdentityFile ~/.ssh/id_ed25519
2021-08-06 15:29:33 -05:00