From 8a0b199f9b70b032ad94f5cfac0bb66ef62fa6d1 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 23 Jan 2025 15:26:26 -0400 Subject: [PATCH] Update ssh config --- dot_ssh/private_config | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dot_ssh/private_config b/dot_ssh/private_config index 33d822b..1402a36 100644 --- a/dot_ssh/private_config +++ b/dot_ssh/private_config @@ -1,23 +1,27 @@ Host fcslinux.cs.unb.ca User ishoebot + Port 22 IdentityFile ~/.ssh/unb.ed25519 AddKeysToAgent yes ForwardAgent yes Host remotelab34.cs.unb.ca User ishoebot + Port 22 IdentityFile ~/.ssh/unb.ed25519 - ProxyJump fcslinux.cs.unb.ca + ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca Host remotelab35.cs.unb.ca User ishoebot + Port 22 IdentityFile ~/.ssh/unb.ed25519 - ProxyJump fcslinux.cs.unb.ca + ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca Host cs3103.cs.unb.ca User ishoebot + Port 22 IdentityFile ~/.ssh/unb.ed25519 - ProxyJump fcslinux.cs.unb.ca + ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca Host ssh.shoebottom.ca User isaac