Create kermit-gpu tmuxp session

This commit is contained in:
coolneng 2022-09-29 11:24:40 +02:00
parent db4ee8dec5
commit 08969224d9
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
5 changed files with 26 additions and 0 deletions

View File

@ -19,3 +19,9 @@ host kobo
hostname 192.168.13.20 hostname 192.168.13.20
port 22 port 22
identityfile ~/.ssh/kobo 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"