Files
dao_hades/dotfiles/system/ssh/ssh_config.d/90-local.conf
2025-11-30 02:21:40 +00:00

15 lines
307 B
Plaintext

Host hestia
HostName 192.168.0.231
IdentitiesOnly yes
StrictHostKeyChecking accept-new
User root
IdentityFile /home/jamie/.ssh/hestia
Port 1303
Host pan_lms
HostName pan.local
IdentitiesOnly yes
StrictHostKeyChecking accept-new
User tc
IdentityFile /home/jamie/.ssh/pan
Port 22