1

87 lines
1.7 KiB
Plaintext

# Global Rules
Host *
IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395
IdentityFile %d/.ssh/id_ed25519
IdentityFile %d/.ssh/id_rsa
Host * !*.github.com !github.com
VisualHostKey yes
# 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 DreamMachinePro.local
User root
PreferredAuthentications password
PubkeyAuthentication no
Host ewpratten-steamdeck
HostName ewpratten-steamdeck.local
User deck
ForwardX11 yes
Host 10.80.0.218
User root
PreferredAuthentications password
PubkeyAuthentication no
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms=+ssh-rsa
# 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
Host 192.168.8.1
User root
PreferredAuthentications password
PubkeyAuthentication no
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms=+ssh-rsa
# Raider Robotics
Host 10.50.24.2
StrictHostKeyChecking no
User admin
# Sheridan College
Host *.sheridanc.on.ca
User prattene
RequestTTY yes
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
# Personal Infra
Host oci-arm
HostName oci-arm.ip.ewp.fyi
User ubuntu