You are not logged in.

#1 2011-02-22 02:20:41

pshevtsov
Member
From: Novosibirsk, Russia
Registered: 2011-01-20
Posts: 52

WARNING: terminal is not fully functional

Hello,

When I connect to the remote server via ssh I get WARNING: terminal is not fully functional when trying to use less or some other utils.
Running export TERM=rxvt in the remote console fixes the problem, but how can I solve it permanent?

Offline

#2 2011-02-22 03:01:15

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: WARNING: terminal is not fully functional

You could add 'export TERM=rxvt' in your remote ~/.bashrc. This will get sourced each time you login.

Scott

Offline

#3 2012-06-14 10:07:46

lafka
Member
Registered: 2010-08-24
Posts: 9

Re: WARNING: terminal is not fully functional

You can also do this from your client terminal when connecting:

TERM=xterm ssh <server>

I always keep this alias:

alias ssh="TERM=xterm ssh"

Offline

#4 2012-06-14 10:19:49

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: WARNING: terminal is not fully functional

Seeing how this thread is well over a year old, I guess it's safe assume the op has managed to fix the issue by now.


Burninate!

Offline

Board footer

Powered by FluxBB