You must log in or register to comment.
Sounds like you have an issue with your PATH for the user you’re sshing as. What does ‘/usr/bin/echo $PATH’ output when run via ssh to your server?
… or TERM?
You can do something like this:
TERM=xterm-256color ssh user@host
You could also install or copy over the term files or something. I can’t recall. But it’s the same as getting kitty to work which has more information online.