With Kitty, the top command in SSH shows nothing. I tried htop, but it returned an error.
What I did: Googled the issue and looked for a better solution.
Solution 1: Directly in the SSH terminal session:
TERM=xterm top
Solution 2: Add to local .ssh/config file
SetEnv TERM=xterm