Connect to SSH without compression for zion

This commit is contained in:
coolneng 2023-06-13 16:27:12 +02:00
parent 474357ed98
commit 10ccea25a3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 5 deletions

View File

@ -6,15 +6,15 @@ windows:
focus: true focus: true
layout: even-vertical layout: even-vertical
panes: panes:
- ssh -C root@zion - ssh root@zion
- ssh -C root@zion - ssh root@zion
- window_name: canvas - window_name: canvas
layout: even-vertical layout: even-vertical
panes: panes:
- ssh -C zion - ssh zion
- ssh -C zion - ssh zion
- window_name: monitor - window_name: monitor
panes: panes:
- ssh -C -t zion "htop" - ssh -t zion "htop"