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

46 lines
951 B
Text
Raw Normal View History

2020-05-16 15:20:41 -05:00
# SSH Config for local network
# ASUS
Host shadow8t4-asus
HostName 192.168.1.207
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
2020-05-16 15:20:41 -05:00
# NUC
Host shadow8t4-nuc
HostName 192.168.1.201
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Optiplex
Host shadow8t4-nas
HostName 192.168.1.202
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
2021-01-08 11:41:18 -06:00
# Raspi 4 alpha
Host shadow8t4-raspi4-alpha
HostName 192.168.1.208
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
2020-05-16 15:20:41 -05:00
# NUC - Remote
Host werefox-nuc
HostName werefox.dev
Port 20202
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Optiplex Remote
Host werefox-nas
HostName werefox.dev
Port 22222
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519
# Linode VPS
Host linode-vps
HostName 50.116.26.217
2020-05-16 15:20:41 -05:00
User shadow8t4
IdentityFile /home/shadow8t4/.ssh/id_ed25519