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