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?)
|
||||
"iputils"
|
||||
"procps"
|
||||
"sshfs"
|
||||
"psmisc"
|
||||
"git-delta"
|
||||
"inkscape"
|
||||
; "torbrowser" - build fails on aarch64
|
||||
"kitty"
|
||||
; "zen-browser-bin" - runpath validation failed
|
||||
|
@ -138,9 +140,12 @@
|
|||
(openssh-host (name "utdallas3")
|
||||
(host-name "cs3.utdallas.edu")
|
||||
(user "edr220000"))
|
||||
(openssh-host (name "cs4459")
|
||||
(openssh-host (name "cs4459-1")
|
||||
(host-name "ctf-vm1.utdallas.edu")
|
||||
(user "edr220000"))
|
||||
(openssh-host (name "cs4459-2")
|
||||
(host-name "ctf-vm2.utdallas.edu")
|
||||
(user "edr220000"))
|
||||
(openssh-host (name "dc01")
|
||||
(host-name "dc01.utdallas.edu")
|
||||
(user "edr220000"))
|
||||
|
@ -161,13 +166,20 @@
|
|||
(list (proxy-jump
|
||||
(host-name "pubssh.utdallas.edu")
|
||||
(user "edr220000")))))
|
||||
(openssh-host (name "cs4459-proxy")
|
||||
(openssh-host (name "cs4459-1-proxy")
|
||||
(host-name "ctf-vm1.utdallas.edu")
|
||||
(user "edr220000")
|
||||
(proxy
|
||||
(list (proxy-jump
|
||||
(host-name "pubssh.utdallas.edu")
|
||||
(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")
|
||||
(host-name "dc01.utdallas.edu")
|
||||
(user "edr220000")
|
||||
|
|
Loading…
Add table
Reference in a new issue