https://bugs.kde.org/show_bug.cgi?id=431697
--- Comment #5 from ninj...@gmail.com --- What's the value of $TERM? What's the output of "infocmp"? Your remote host probably doesn't have a terminfo description for xterm-256color. Konsole changed its default value for TERM from xterm to xterm-256color back in late 2016 in https://invent.kde.org/utilities/konsole/-/commit/2671800b084cf89f1a91c6b3fdf93eb3b8078672 TERM should be set to something that the remote host supports, e.g. by launching ssh as follows: TERM=xterm ssh your-known-host -- You are receiving this mail because: You are watching all bug changes.