Update ssh config

This commit is contained in:
Isaac Shoebottom 2025-01-23 15:26:26 -04:00
parent 77379fe35c
commit 8a0b199f9b

View File

@ -1,23 +1,27 @@
Host fcslinux.cs.unb.ca Host fcslinux.cs.unb.ca
User ishoebot User ishoebot
Port 22
IdentityFile ~/.ssh/unb.ed25519 IdentityFile ~/.ssh/unb.ed25519
AddKeysToAgent yes AddKeysToAgent yes
ForwardAgent yes ForwardAgent yes
Host remotelab34.cs.unb.ca Host remotelab34.cs.unb.ca
User ishoebot User ishoebot
Port 22
IdentityFile ~/.ssh/unb.ed25519 IdentityFile ~/.ssh/unb.ed25519
ProxyJump fcslinux.cs.unb.ca ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca
Host remotelab35.cs.unb.ca Host remotelab35.cs.unb.ca
User ishoebot User ishoebot
Port 22
IdentityFile ~/.ssh/unb.ed25519 IdentityFile ~/.ssh/unb.ed25519
ProxyJump fcslinux.cs.unb.ca ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca
Host cs3103.cs.unb.ca Host cs3103.cs.unb.ca
User ishoebot User ishoebot
Port 22
IdentityFile ~/.ssh/unb.ed25519 IdentityFile ~/.ssh/unb.ed25519
ProxyJump fcslinux.cs.unb.ca ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca
Host ssh.shoebottom.ca Host ssh.shoebottom.ca
User isaac User isaac