1
2022-12-11 11:56:29 -05:00

89 lines
1.8 KiB
Plaintext

# Github SSH adapter for restricted networks
Host github.com
HostName ssh.github.com
Port 443
Host gist.github.com
HostName ssh.github.com
Port 443
# Home network
Host unifi
HostName Dream-Machine-Pro.local
User root
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
Host ewpratten-steamdeck
HostName ewpratten-steamdeck.local
User deck
ForwardX11 yes
Host mc.homieho.me
User root
PreferredAuthentications password
PubkeyAuthentication no
# IndustrialBrothers domain
Host ib-*
Hostname %h.industrialbrothers.com
IdentityFile ~/.ssh/industrialbrothers_id_ed25519
RequestTTY force
User epratten
Host *.industrialbrothers.com
IdentityFile ~/.ssh/industrialbrothers_id_ed25519
User epratten
Host ib-8700k-125
RemoteCommand powershell "& 'C:\Program Files\Git\bin\sh.exe' --login"
Host ib-8700k-139
RemoteCommand powershell "& 'C:\Program Files\Git\bin\sh.exe' --login"
Host ib-rfcpu-002-lnx
User evan
# Default hostnames I may encounter in the wild
Host openrepeater.local
HostName openrepeater.local
User root
StrictHostKeyChecking no
Host raspberrypi.local
StrictHostKeyChecking no
User pi
# Raider Robotics
Host 10.50.24.2
StrictHostKeyChecking no
User admin
# Sheridan
Host atlas
User prattene
RequestTTY yes
RemoteCommand ~/.local/bin/zsh --login
Host sheridan-cpanel
User prattene
HostName cpanel.prattene.dev.fast.sheridanc.on.ca
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms=+ssh-rsa
# NLNOG
Host *.ring.nlnog.net
User ewpratten
IdentitiesOnly yes
#IdentityFile ~/.ssh/id_ed25519_sk_rk.pub
# SDF.org
Host *.sdf.org
user ewpratten
PreferredAuthentications password
PubkeyAuthentication no
Host sdf.org
user ewpratten
PreferredAuthentications password
PubkeyAuthentication no