Create kermit-gpu tmuxp session
This commit is contained in:
parent
bd12619ee6
commit
d5325c5e72
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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"
|
Loading…
Reference in New Issue