Create kermit-gpu tmuxp session
This commit is contained in:
parent
db4ee8dec5
commit
08969224d9
|
@ -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