From e041d69918fc1dddc3d4746633002b9ce1dd9c3e Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 24 Apr 2025 03:46:09 -0300 Subject: [PATCH] try and fix ssh stuff --- dot_ssh/private_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_ssh/private_config b/dot_ssh/private_config index 257f7bd..3487a2a 100644 --- a/dot_ssh/private_config +++ b/dot_ssh/private_config @@ -18,6 +18,8 @@ Host fcslinux.cs.unb.ca # Individual hosts for the CS department Host *m??.cs.unb.ca User ishoebot + AddKeysToAgent yes + ForwardAgent yes ProxyJump fcslinux.cs.unb.ca # GitHub ssh commits