From af64d880798b94c256d08a0f5bef2045f49431e6 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 23 Jan 2025 15:43:53 -0400 Subject: [PATCH] Update ssh config --- dot_ssh/private_config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dot_ssh/private_config b/dot_ssh/private_config index 1402a36..8d22566 100644 --- a/dot_ssh/private_config +++ b/dot_ssh/private_config @@ -1,23 +1,27 @@ Host fcslinux.cs.unb.ca + Hostname fcslinux.cs.unb.ca User ishoebot Port 22 IdentityFile ~/.ssh/unb.ed25519 AddKeysToAgent yes ForwardAgent yes -Host remotelab34.cs.unb.ca +Host remotelabm34.cs.unb.ca + Hostname remotelabm34.cs.unb.ca User ishoebot Port 22 IdentityFile ~/.ssh/unb.ed25519 ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca -Host remotelab35.cs.unb.ca +Host remotelabm35.cs.unb.ca + Hostname remotelabm35.cs.unb.ca User ishoebot Port 22 IdentityFile ~/.ssh/unb.ed25519 ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca Host cs3103.cs.unb.ca + Hostname cs3103.cs.unb.ca User ishoebot Port 22 IdentityFile ~/.ssh/unb.ed25519