Create kermit-gpu tmuxp session

This commit is contained in:
coolneng 2022-09-29 11:24:40 +02:00
parent bd12619ee6
commit d5325c5e72
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
6 changed files with 28 additions and 0 deletions

View File

@ -5,6 +5,7 @@ select_action() {
"local"
"zion"
"hpc"
"kermit-gpu"
)
action=$(printf '%s\n' "${action_content[@]}" | rofi -no-auto-select -i "$@" -dmenu -p "Choose a session")
execute_action "$action"
@ -19,6 +20,7 @@ execute_action() {
"local") launch_session "local" ;;
"zion") launch_session "zion" ;;
"hpc") launch_session "hpc" ;;
"kermit-gpu") launch_session "kermit-gpu" ;;
esac
}

View File

@ -19,3 +19,9 @@ host kobo
hostname 192.168.13.20
port 22
identityfile ~/.ssh/kobo
host kermit-gpu
user aminka
hostname bw26gpu1.ugent.be
port 4480
identityfile ~/.ssh/kermit-gpu

BIN
ssh/.ssh/kermit-gpu Normal file

Binary file not shown.

BIN
ssh/.ssh/kermit-gpu.pub Normal file

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,20 @@
session_name: kermit-gpu
suppress_history: false
windows:
- window_name: admin
focus: true
layout: even-vertical
panes:
- ssh -C kermit-gpu
- ssh -C kermit-gpu
- window_name: canvas
layout: even-vertical
panes:
- ssh -C kermit-gpu
- ssh -C kermit-gpu
- window_name: monitor
panes:
- ssh -C -t kermit-gpu "htop"