Add ctf-vm2
This commit is contained in:
parent
901cfe6f49
commit
b87e25d710
2 changed files with 15 additions and 2 deletions
1
dotfiles/kitty/.config/kitty/kitty.conf
Normal file
1
dotfiles/kitty/.config/kitty/kitty.conf
Normal file
|
@ -0,0 +1 @@
|
||||||
|
clipboard_control write-primary write-clipboard no-append
|
|
@ -24,8 +24,10 @@
|
||||||
; "shadow" - conflicts with host distro (needs Shepherd?)
|
; "shadow" - conflicts with host distro (needs Shepherd?)
|
||||||
"iputils"
|
"iputils"
|
||||||
"procps"
|
"procps"
|
||||||
|
"sshfs"
|
||||||
"psmisc"
|
"psmisc"
|
||||||
"git-delta"
|
"git-delta"
|
||||||
|
"inkscape"
|
||||||
; "torbrowser" - build fails on aarch64
|
; "torbrowser" - build fails on aarch64
|
||||||
"kitty"
|
"kitty"
|
||||||
; "zen-browser-bin" - runpath validation failed
|
; "zen-browser-bin" - runpath validation failed
|
||||||
|
@ -138,9 +140,12 @@
|
||||||
(openssh-host (name "utdallas3")
|
(openssh-host (name "utdallas3")
|
||||||
(host-name "cs3.utdallas.edu")
|
(host-name "cs3.utdallas.edu")
|
||||||
(user "edr220000"))
|
(user "edr220000"))
|
||||||
(openssh-host (name "cs4459")
|
(openssh-host (name "cs4459-1")
|
||||||
(host-name "ctf-vm1.utdallas.edu")
|
(host-name "ctf-vm1.utdallas.edu")
|
||||||
(user "edr220000"))
|
(user "edr220000"))
|
||||||
|
(openssh-host (name "cs4459-2")
|
||||||
|
(host-name "ctf-vm2.utdallas.edu")
|
||||||
|
(user "edr220000"))
|
||||||
(openssh-host (name "dc01")
|
(openssh-host (name "dc01")
|
||||||
(host-name "dc01.utdallas.edu")
|
(host-name "dc01.utdallas.edu")
|
||||||
(user "edr220000"))
|
(user "edr220000"))
|
||||||
|
@ -161,13 +166,20 @@
|
||||||
(list (proxy-jump
|
(list (proxy-jump
|
||||||
(host-name "pubssh.utdallas.edu")
|
(host-name "pubssh.utdallas.edu")
|
||||||
(user "edr220000")))))
|
(user "edr220000")))))
|
||||||
(openssh-host (name "cs4459-proxy")
|
(openssh-host (name "cs4459-1-proxy")
|
||||||
(host-name "ctf-vm1.utdallas.edu")
|
(host-name "ctf-vm1.utdallas.edu")
|
||||||
(user "edr220000")
|
(user "edr220000")
|
||||||
(proxy
|
(proxy
|
||||||
(list (proxy-jump
|
(list (proxy-jump
|
||||||
(host-name "pubssh.utdallas.edu")
|
(host-name "pubssh.utdallas.edu")
|
||||||
(user "edr220000")))))
|
(user "edr220000")))))
|
||||||
|
(openssh-host (name "cs4459-2-proxy")
|
||||||
|
(host-name "ctf-vm2.utdallas.edu")
|
||||||
|
(user "edr220000")
|
||||||
|
(proxy
|
||||||
|
(list (proxy-jump
|
||||||
|
(host-name "pubssh.utdallas.edu")
|
||||||
|
(user "edr220000")))))
|
||||||
(openssh-host (name "dc01-proxy")
|
(openssh-host (name "dc01-proxy")
|
||||||
(host-name "dc01.utdallas.edu")
|
(host-name "dc01.utdallas.edu")
|
||||||
(user "edr220000")
|
(user "edr220000")
|
||||||
|
|
Loading…
Add table
Reference in a new issue