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