Update ssh config
This commit is contained in:
parent
8a0b199f9b
commit
af64d88079
@ -1,23 +1,27 @@
|
|||||||
Host fcslinux.cs.unb.ca
|
Host fcslinux.cs.unb.ca
|
||||||
|
Hostname fcslinux.cs.unb.ca
|
||||||
User ishoebot
|
User ishoebot
|
||||||
Port 22
|
Port 22
|
||||||
IdentityFile ~/.ssh/unb.ed25519
|
IdentityFile ~/.ssh/unb.ed25519
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
|
||||||
Host remotelab34.cs.unb.ca
|
Host remotelabm34.cs.unb.ca
|
||||||
|
Hostname remotelabm34.cs.unb.ca
|
||||||
User ishoebot
|
User ishoebot
|
||||||
Port 22
|
Port 22
|
||||||
IdentityFile ~/.ssh/unb.ed25519
|
IdentityFile ~/.ssh/unb.ed25519
|
||||||
ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca
|
ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca
|
||||||
|
|
||||||
Host remotelab35.cs.unb.ca
|
Host remotelabm35.cs.unb.ca
|
||||||
|
Hostname remotelabm35.cs.unb.ca
|
||||||
User ishoebot
|
User ishoebot
|
||||||
Port 22
|
Port 22
|
||||||
IdentityFile ~/.ssh/unb.ed25519
|
IdentityFile ~/.ssh/unb.ed25519
|
||||||
ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca
|
ProxyCommand ssh -q -W %h:%p fcslinux.cs.unb.ca
|
||||||
|
|
||||||
Host cs3103.cs.unb.ca
|
Host cs3103.cs.unb.ca
|
||||||
|
Hostname cs3103.cs.unb.ca
|
||||||
User ishoebot
|
User ishoebot
|
||||||
Port 22
|
Port 22
|
||||||
IdentityFile ~/.ssh/unb.ed25519
|
IdentityFile ~/.ssh/unb.ed25519
|
||||||
|
Loading…
x
Reference in New Issue
Block a user