Use compression for SSH
This commit is contained in:
parent
bde8bbb550
commit
908b3c8886
|
@ -5,9 +5,9 @@ windows:
|
|||
- window_name: canvas
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh hpc
|
||||
- ssh hpc
|
||||
- ssh -C hpc
|
||||
- ssh -C hpc
|
||||
|
||||
- window_name: monitor
|
||||
panes:
|
||||
- ssh -t hpc "htop"
|
||||
- ssh -C -t hpc "htop"
|
||||
|
|
|
@ -5,9 +5,9 @@ windows:
|
|||
- window_name: canvas
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh idlab
|
||||
- ssh idlab
|
||||
- ssh -C idlab
|
||||
- ssh -C idlab
|
||||
|
||||
- window_name: monitor
|
||||
panes:
|
||||
- ssh -t idlab "htop"
|
||||
- ssh -C -t idlab "htop"
|
||||
|
|
|
@ -6,15 +6,15 @@ windows:
|
|||
focus: true
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh root@zion
|
||||
- ssh root@zion
|
||||
- ssh -C root@zion
|
||||
- ssh -C root@zion
|
||||
|
||||
- window_name: canvas
|
||||
layout: even-vertical
|
||||
panes:
|
||||
- ssh zion
|
||||
- ssh zion
|
||||
- ssh -C zion
|
||||
- ssh -C zion
|
||||
|
||||
- window_name: monitor
|
||||
panes:
|
||||
- ssh -t zion "htop"
|
||||
- ssh -C -t zion "htop"
|
||||
|
|
Loading…
Reference in New Issue