From 901cfe6f49ce2a9836235f75d6e0d8006ff4f254 Mon Sep 17 00:00:00 2001 From: Ethan Reece Date: Mon, 24 Feb 2025 20:46:42 -0600 Subject: [PATCH] Add dc01 ssh target --- home-configuration.scm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/home-configuration.scm b/home-configuration.scm index 4efb7aa..9ac16eb 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -141,6 +141,9 @@ (openssh-host (name "cs4459") (host-name "ctf-vm1.utdallas.edu") (user "edr220000")) + (openssh-host (name "dc01") + (host-name "dc01.utdallas.edu") + (user "edr220000")) (openssh-host (name "utdpub") (host-name "pubssh.utdallas.edu") (user "edr220000")) @@ -165,6 +168,13 @@ (list (proxy-jump (host-name "pubssh.utdallas.edu") (user "edr220000"))))) + (openssh-host (name "dc01-proxy") + (host-name "dc01.utdallas.edu") + (user "edr220000") + (proxy + (list (proxy-jump + (host-name "pubssh.utdallas.edu") + (user "edr220000"))))) (openssh-host (name "proxmox") (host-name "gamingserver") (user "ethan"))