Update ssh config
This commit is contained in:
parent
77379fe35c
commit
8a0b199f9b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user