From 55ac191f082c4d50dc561640bc0826b38fc98dcf Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 25 Jul 2023 13:08:01 -0400 Subject: [PATCH] Improve key handling for SDF.org --- configs/ssh/config | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/configs/ssh/config b/configs/ssh/config index c7fe42a..00d93bd 100644 --- a/configs/ssh/config +++ b/configs/ssh/config @@ -7,11 +7,7 @@ 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 +Host github.com gist.github.com HostName ssh.github.com Port 443 @@ -67,18 +63,10 @@ Host *.sheridanc.on.ca Host *.ring.nlnog.net User ewpratten IdentitiesOnly yes - #IdentityFile ~/.ssh/id_ed25519_sk_rk.pub # SDF.org -Host *.sdf.org +Host sdf.org *.sdf.org user ewpratten - PreferredAuthentications password - PubkeyAuthentication no - -Host sdf.org - user ewpratten - PreferredAuthentications password - PubkeyAuthentication no # Personal Infra Host oci-arm