Gentoo Archives: gentoo-user

From: Hans-Werner Hilse <hilse@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] remote ssh session does not reflect my keyboard inputs
Date: Tue, 08 May 2007 12:00:53
Message-Id: 20070508135352.9e4513ff.hilse@web.de
In Reply to: Re: [gentoo-user] remote ssh session does not reflect my keyboard inputs by Mick
1 Hi,
2
3 On Mon, 7 May 2007 23:12:31 +0100 Mick <michaelkintzios@×××××.com>
4 wrote:
5
6 > =================
7 > $ echo $TERM
8 > rxvt
9 >
10 > $ sudo echo $TERM
11 > rxvt
12 > =================
13 > which is the same like my Gentoo box.
14
15 That doesn't matter. Question is rather whether the target machine has
16 an entry in its terminfo db (/usr/share/terminfo). On ubuntu, this is
17 provided by ncurses-base (so I would suspect it might be installed).
18
19 You can also try to set TERM to "vt102" or "vt100":
20 $ export TERM=vt102
21
22 But if it works this way, that would mean /usr/share/terminfo/r/rxvt is
23 borked. Note that there might be terminfo databases w/ higher
24 precedence in /etc/terminfo and /lib/terminfo.
25
26 -hwh
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] remote ssh session does not reflect my keyboard inputs Mick <michaelkintzios@×××××.com>