From owner-freebsd-questions Sat Sep 1 12:39:23 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by hub.freebsd.org (Postfix) with ESMTP id DD82037B40A for ; Sat, 1 Sep 2001 12:39:18 -0700 (PDT) Received: from 66-44-66-182.s182.tnt7.lnhva.md.dialup.rcn.com ([66.44.66.182] helo=sten.alder.net) by smtp02.mrf.mail.rcn.net with smtp (Exim 3.33 #10) id 15dGbs-00033Q-00 for freebsd-questions@FreeBSD.ORG; Sat, 01 Sep 2001 15:39:18 -0400 Received: by sten.alder.net (sSMTP sendmail emulation); Sat, 1 Sep 2001 15:39:07 -0400 Date: Sat, 1 Sep 2001 15:39:07 -0400 From: "Bob Hall" To: FreeBSD Subject: Re: Setting TERM for ssh Message-ID: <20010901153907.A305@starpower.net> Mail-Followup-To: FreeBSD References: <20010831222500.A319@starpower.net> <20010901115157.J8464-100000@mail.tietoverkot.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010901115157.J8464-100000@mail.tietoverkot.net>; from lennu@mail.tietoverkot.net on Sat, Sep 01, 2001 at 11:54:04AM +0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 01, 2001 at 11:54:04AM +0300, Len Merikanto wrote: > > > On Fri, 31 Aug 2001, Bob Hall wrote: > > > I've been trying to log in to a distant account using ssh or telnet. > > I get the following error message: > > tcsh: No entry for terminal type "cons25" > > I've looked in the man pages, and it appears as though I'm supposed > > to be able to change TERM in .telnetrc for telnet and ~/.ssh/environment > > for ssh. (I'd prefer ssh, but I'd settle for telnet.) I've tried > > the following line: > > TERM=vt100; export TERM > > > on machine your trying to connect to this host do: > setenv TERM vt100 > or export TERM=vt100 Thanks, but neither one works. Again, I'm using 4.3 Release and trying to edit the ssh configuration files, not the shell configuration files. I think your instructions are for c and sh type shells, respectively. Does anyone know how to set TERM for ssh? The ssh man pages say that you can do this, but they don't say how. I've been researching and experimenting for several days now, but haven't found the answer. Bob Hall -- Know thyself? Absurd direction! Bubbles bear no introspection. -Khushhal Khan Khatak To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message