There’s a popular new terminal application called Ghostty. When SSHing into any Kinsta site with Ghostty certain keys, like delete, don’t reflect visually. This is apparently a known issue with a fix explained here: https://ghostty.org/docs/help/terminfo.
To summarize, the fix is to copy Ghostty’s terminfo to the remote machine like this:
infocmp -x | ssh YOUR-SERVER -- tic -x -
Would it be possible to include this with default Kinsta container so that new sites could automatically work properly with Ghostty?