I want to run htop over ssh - but launch it automatically on a keyboard-less system with a shell script. My first idea was
ssh user@test.home 'htop'
but:
Error opening terminal: unknown.
Is there any way to start htop remote without typing the command every connection?
Thanks in advance!