diff --git a/.ssh/config.d/screen b/.ssh/config.d/screen index 4af1424..adff121 100644 --- a/.ssh/config.d/screen +++ b/.ssh/config.d/screen @@ -1,3 +1,3 @@ Host * RequestTTY yes - RemoteCommand bash -ic "screen -xRRAUO 2>/dev/null" || bash + RemoteCommand bash -ic "screen -xaRRAUO 2>/dev/null" || bash