Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

Your TERM variable has a wrong value for htop.

According to thisthis answer you have to set TERM correctly:

export TERM=xterm-color

or

export TERM=xterm

You can put this in .bashrc of the SSHD server user.

Your TERM variable has a wrong value for htop.

According to this answer you have to set TERM correctly:

export TERM=xterm-color

or

export TERM=xterm

You can put this in .bashrc of the SSHD server user.

Your TERM variable has a wrong value for htop.

According to this answer you have to set TERM correctly:

export TERM=xterm-color

or

export TERM=xterm

You can put this in .bashrc of the SSHD server user.

Source Link
sgargel
  • 525
  • 4
  • 13

Your TERM variable has a wrong value for htop.

According to this answer you have to set TERM correctly:

export TERM=xterm-color

or

export TERM=xterm

You can put this in .bashrc of the SSHD server user.