One thing I wish ssh would make easier is terminfo. I have moved from using xterm as my daily terminal emulator to kitty. The only complaint I have is when I ssh around, I need to copy the terminfo to the remote system (kitty does not use TERM="xterm-256color" because it is not 100% compatible).<p>Kitty does have a ssh wrapper which can copy the terminfo for me, but I rarely remember to use it. And it doesn't work for every scenario. Honestly, I wish that it was more common / feasible to probe terminals for capabilities instead of relying on an env var & terminfo files.<p>So while I wait for the kitty terminfo to be in the database by default on most systems, I often override TERM to xterm-256color.
I'd love to see a replacement for PuTTY. The '90 shareware vibe for handling the saved sites or for setting the password/key options ruins my mood every time I have to use it (often enough). Ironically, all the few others I saw try their best to copy its look and feel...
Learning a little vim (i.e. how to open multiple buffers and tabbing between them) as well as learning a little tmux and a little htop has made my experience with ssh way more palatable.
SSH question for people.<p>A few years ago I learned how to suspend an ssh terminal connection (like ctrl-z for a regular app). I forgot how to do that or even how I would look it up.<p>Anyone know?