Skip to content

Commit

Permalink
Add hermes ssh to screen config.
Browse files Browse the repository at this point in the history
  • Loading branch information
pippijn committed Dec 25, 2024
1 parent 0618400 commit 46cfb05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .screenrc
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,9 @@ startup_message off
screen -t 'irssi' -ln 0 ssh irssi
screen -t 'top-amun' -ln 1 ssh amun -t top
screen -t 'top-isis' -ln 2 ssh isis -t top
screen -t 'dmesg-amun' -ln 1 ssh amun -t dmesg -w
screen -t 'dmesg-isis' -ln 2 ssh isis -t dmesg -w
screen -t 'dmesg-amun' -ln 3 ssh amun -t dmesg -w
screen -t 'dmesg-isis' -ln 4 ssh isis -t dmesg -w
screen -t 'hermes' -ln 5 ssh hermes -t screen -dr

deflogin off

Expand Down
1 change: 1 addition & 0 deletions code/kubes/vps/toktok/home/.cache/clangd/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/index

0 comments on commit 46cfb05

Please sign in to comment.