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