From 56d3fe8351c2eb173541afeb9445059fa452d73e Mon Sep 17 00:00:00 2001 From: Andrew DeFaria Date: Tue, 14 Feb 2023 10:28:39 -0800 Subject: [PATCH] Changes to sshconf --- rc/sshconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/sshconfig b/rc/sshconfig index d973235..0ea3d8f 100644 --- a/rc/sshconfig +++ b/rc/sshconfig @@ -1,7 +1,7 @@ StrictHostKeyChecking no LogLevel ERROR -Host sandbox sandboxu sandboxc7 mars earth home defaria.com +Host sandbox sandboxu sandboxc7 mars earth home defaria.com training ForwardX11 yes ForwardX11Trusted yes @@ -20,7 +20,7 @@ Host home User andrew IdentityFile ~/.ssh/id_ecdsa -Host 10.2.* sandbox* +Host 10.2.* sandbox* training ForwardAgent yes StrictHostKeyChecking no UserKnownHostsFile /dev/null -- 2.17.1