From 526a97927004ce8b47cdf349f45681f510a22bd9 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 23 Jan 2025 15:47:50 -0400 Subject: [PATCH] Update ssh config --- dot_ssh/private_config | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dot_ssh/private_config b/dot_ssh/private_config index c752611..9c12edf 100644 --- a/dot_ssh/private_config +++ b/dot_ssh/private_config @@ -13,6 +13,12 @@ Host remotelab34.cs.unb.ca IdentityFile ~/.ssh/unb.ed25519 ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca +Host remotelabm34.cs.unb.ca + Hostname remotelabm34.cs.unb.ca + User ishoebot + Port 22 + IdentityFile ~/.ssh/unb.ed25519 + Host remotelab35.cs.unb.ca Hostname remotelabm35.cs.unb.ca User ishoebot @@ -20,6 +26,12 @@ Host remotelab35.cs.unb.ca IdentityFile ~/.ssh/unb.ed25519 ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca +Host remotelabm35.cs.unb.ca + Hostname remotelabm35.cs.unb.ca + User ishoebot + Port 22 + IdentityFile ~/.ssh/unb.ed25519 + Host cs3103.cs.unb.ca Hostname cs3103.cs.unb.ca User ishoebot