From 2ad66bdbeba1f8954c696458e828bdcec1428aa3 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 21 Feb 2024 20:44:31 +0100 Subject: [PATCH] open ubuntu in tmux --- private_dot_ssh/config.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private_dot_ssh/config.tmpl b/private_dot_ssh/config.tmpl index d66eb5e..5f91c2b 100644 --- a/private_dot_ssh/config.tmpl +++ b/private_dot_ssh/config.tmpl @@ -9,6 +9,8 @@ Host ubuntu ControlMaster auto ControlPath ~/.ssh/control-%C ControlPersist 4h + RequestTTY yes + RemoteCommand tmux -CC new -A -s tmssh Host hass hostname 192.168.0.9