From 10ccea25a3fc064faa7c2465b855b2ef6836d7a7 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 13 Jun 2023 16:27:12 +0200 Subject: [PATCH] Connect to SSH without compression for zion --- tmux/.tmuxp/zion.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tmux/.tmuxp/zion.yaml b/tmux/.tmuxp/zion.yaml index 5473b46..8156831 100644 --- a/tmux/.tmuxp/zion.yaml +++ b/tmux/.tmuxp/zion.yaml @@ -6,15 +6,15 @@ windows: focus: true layout: even-vertical panes: - - ssh -C root@zion - - ssh -C root@zion + - ssh root@zion + - ssh root@zion - window_name: canvas layout: even-vertical panes: - - ssh -C zion - - ssh -C zion + - ssh zion + - ssh zion - window_name: monitor panes: - - ssh -C -t zion "htop" + - ssh -t zion "htop"