From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HlGZx-0003sS-2e for garchives@archives.gentoo.org; Tue, 08 May 2007 03:41:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l483ePqb001859; Tue, 8 May 2007 03:40:25 GMT Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l483aXC8030089 for ; Tue, 8 May 2007 03:36:34 GMT Received: by py-out-1112.google.com with SMTP id a29so1373289pyi for ; Mon, 07 May 2007 20:36:33 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KYeymstDB6nkxLo3NWYuDGSzhGkN38H7zAKfqmvQhFMBj0GnizutleKPym/IGR424WgjAjQGGpkQwmtNXxIqJIcNCgbhJZMbQeRJNMHI6k5bhTjWbAuaO0oxPN7infV3PL7yjHOpC93hw9MHIQ1LrB97lpQhYZtNuBAQmsLzzCQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AYm63Cjcz0NrdN2fY9GTbpbjwmzhyA1zt63ZAfog0Uz1gARQ9q8XNWnVRtFjQXaqoH6ZVxZnrB/IHHPZ1YTqzmZlfljKGEup581/QThWYWt4UG8K5CSKHtYyQ0ZXr0Cp0pwQCLIeNvTGmcs2Hho3tZzmo1YoE2nao3KcyPCdTuE= Received: by 10.35.96.11 with SMTP id y11mr12434613pyl.1178595393242; Mon, 07 May 2007 20:36:33 -0700 (PDT) Received: by 10.35.92.10 with HTTP; Mon, 7 May 2007 20:36:33 -0700 (PDT) Message-ID: <64e8d2f20705072036s2cdaa43av74f31797987d09f2@mail.gmail.com> Date: Mon, 7 May 2007 23:36:33 -0400 From: "Ryan Sims" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] remote ssh session does not reflect my keyboard inputs In-Reply-To: <200705072312.32777.michaelkintzios@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200705071531.44016.michaelkintzios@gmail.com> <64e8d2f20705070855p328e4f59t5c78f7a18f34234e@mail.gmail.com> <200705072312.32777.michaelkintzios@gmail.com> X-Archives-Salt: 76739386-b5e2-4d7b-92d1-f80928c44da6 X-Archives-Hash: c774d006ad241dbe75924f9e0d38d2cd On 5/7/07, Mick wrote: > On Monday 07 May 2007 16:55, Ryan Sims wrote: > > On 5/7/07, Mick wrote: > > > When I ssh into a Ubuntu server certain keyboard actions (like pressing > > > the Up or Left arrows) are not translated on the remote box, but give > > > ASCII responses; e.g. pressing Left Arrow, gives $ ^[[D which is annoying > > > as I have to delete part of the command I just typed to be able to > > > correct it. > > > > > > How can I set it up so that my Gentoo keyboard presses and behaviour is > > > reflected on the remote box? Is it a matter of copying over the .bashrc > > > file from the Gentoo box? > > > > I *think* this is a termcap/terminfo issue rather than a bash issue. > > What does 'echo $TERM' say in your ssh session? > > Thanks Ryan, > ================= > $ echo $TERM > rxvt > > $ sudo echo $TERM > rxvt > ================= > which is the same like my Gentoo box. > > -- > Regards, > Mick Ok, I may be a little out of my depth here, but we'll muddle through. What does bind -p | grep history on each box tell you? You could also try 'set -o history' on the box that's giving you trouble. (I'm reneging on my idea re. termcap/info) -- Ryan W Sims -- gentoo-user@gentoo.org mailing list