Add dc01 ssh target
This commit is contained in:
parent
c5121b5c48
commit
901cfe6f49
1 changed files with 10 additions and 0 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue