From 419b605230c954c5481f69098ef5c22dcf684df6 Mon Sep 17 00:00:00 2001 From: sudoer777 Date: Sun, 19 Nov 2023 18:43:01 -0600 Subject: [PATCH] Update ssh/config --- ssh/config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ssh/config b/ssh/config index 0cac8ee..13878d0 100644 --- a/ssh/config +++ b/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