1

Clean up ssh config

This commit is contained in:
Evan Pratten 2024-04-16 11:40:34 -04:00
parent 922c81742c
commit a39fdbfc6c

View File

@ -4,8 +4,6 @@ Host * !*.github.com !github.com
IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395 IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395
IdentityFile %d/.ssh/id_ed25519 IdentityFile %d/.ssh/id_ed25519
IdentityFile %d/.ssh/id_rsa IdentityFile %d/.ssh/id_rsa
# VisualHostKey yes
#VerifyHostKeyDNS ask
# Github SSH adapter for restricted networks # Github SSH adapter for restricted networks
@ -15,7 +13,6 @@ Host github.com gist.github.com
# This solves a VSCode bug # This solves a VSCode bug
IdentityFile %d/.ssh/id_ed25519 IdentityFile %d/.ssh/id_ed25519
IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395 IdentityFile %d/.ssh/id_ed25519_sk_rk_yk20572395
# IdentityFile %d/.ssh/id_rsa
# Default to myself when accessing my own machines # Default to myself when accessing my own machines
Host ewpratten-* Host ewpratten-*
@ -23,13 +20,12 @@ Host ewpratten-*
# Home network # Home network
Host unifi Host unifi
HostName dreammachinepro.local HostName unifi.home
User root User root
PreferredAuthentications password PreferredAuthentications password
PubkeyAuthentication no PubkeyAuthentication no
Host ewpratten-steamdeck Host ewpratten-steamdeck
HostName ewpratten-steamdeck.local
User deck User deck
ForwardX11 yes ForwardX11 yes
@ -67,14 +63,8 @@ Host 10.50.24.2
User admin User admin
# Sheridan College # Sheridan College
Host db6.fast.sheridanc.on.ca
User user03
Host dbr.fast.sheridanc.on.ca
User DataIntegrator
Host *.fast.sheridanc.on.ca Host *.fast.sheridanc.on.ca
ProxyJump prattene@atlas.sheridanc.on.ca ProxyJump prattene@atlas.sheridanc.on.ca
Host atlas.sheridanc.on.ca
User prattene
Host *.sheridanc.on.ca Host *.sheridanc.on.ca
User prattene User prattene
RequestTTY yes RequestTTY yes
@ -89,10 +79,6 @@ Host *.ring.nlnog.net
# SDF.org # SDF.org
Host sdf.org *.sdf.org Host sdf.org *.sdf.org
User ewpratten User ewpratten
Host sdf
HostName sdf.org
Host otaku
HostName otaku.sdf.org
# Guru # Guru
Host *.gurustudio.com Host *.gurustudio.com
@ -109,13 +95,6 @@ Host oci-arm
HostName oci-arm.vpn.ewp.fyi HostName oci-arm.vpn.ewp.fyi
User ubuntu User ubuntu
# Pratten Machines
Host warren-desktop
HostName workstation.warren.vpn
Host gianna-desktop
HostName workstation.gianna.vpn
# Various Aliases # Various Aliases
Host desktop Host desktop
HostName ewpratten-desktop.home HostName ewpratten-desktop.home