From 908b3c888694b16085dd98821c4ba1db778f80ec Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 22 Jul 2022 16:51:45 +0200 Subject: [PATCH] Use compression for SSH --- tmux/.tmuxp/hpc.yaml | 6 +++--- tmux/.tmuxp/idlab.yaml | 6 +++--- tmux/.tmuxp/zion.yaml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tmux/.tmuxp/hpc.yaml b/tmux/.tmuxp/hpc.yaml index 5e2efd2..d58479f 100644 --- a/tmux/.tmuxp/hpc.yaml +++ b/tmux/.tmuxp/hpc.yaml @@ -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" diff --git a/tmux/.tmuxp/idlab.yaml b/tmux/.tmuxp/idlab.yaml index 0b4f55e..0c4fe3e 100644 --- a/tmux/.tmuxp/idlab.yaml +++ b/tmux/.tmuxp/idlab.yaml @@ -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" diff --git a/tmux/.tmuxp/zion.yaml b/tmux/.tmuxp/zion.yaml index 8156831..5473b46 100644 --- a/tmux/.tmuxp/zion.yaml +++ b/tmux/.tmuxp/zion.yaml @@ -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"