It's kinda bizzare that you might use a tool for years, with some remarkable distraction on each occasion, instead of configuring it properly.
Today I switched from the sequence of "ssh <host>; tmux attach" to a configuration that does it form me:
```
Host ...
...
RequestTTY yes
RemoteCommand tmux new-session -A ...
```