Use compression for SSH

This commit is contained in:
coolneng 2022-07-22 16:51:45 +02:00
parent bde8bbb550
commit 908b3c8886
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 11 additions and 11 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"