Update ssh/config
parent
333265b88b
commit
419b605230
18
ssh/config
18
ssh/config
|
@ -9,6 +9,24 @@ Host utdallas2
|
|||
Hostname cs2.utdallas.edu
|
||||
User edr220000
|
||||
|
||||
Host utdallas3
|
||||
Hostname cs3.utdallas.edu
|
||||
User edr220000
|
||||
|
||||
Host utdpub
|
||||
Hostname pubssh.utdallas.edu
|
||||
User edr220000
|
||||
|
||||
Host utdallas1-proxy
|
||||
Hostname cs1.utdallas.edu
|
||||
User edr220000
|
||||
ProxyJump utdpub
|
||||
|
||||
Host utdallas3-proxy
|
||||
Hostname cs3.utdallas.edu
|
||||
User edr220000
|
||||
ProxyJump utdpub
|
||||
|
||||
Host codepath
|
||||
Hostname lab-8aabae24-60e9-483e-b626-dba43df50b93.eastus.cloudapp.azure.com
|
||||
Port 5079
|
||||
|
|
Reference in New Issue