Hi,

   +-From: "Alan Ezust" <[EMAIL PROTECTED]> --
   |_Date: Tue, 8 Jul 2008 11:09:17 -0700 _______
   |
   |Hello everyone. I'm the author of the SshConsolePlugin for JEdit.
   |I'm trying to do a channelShell.setEnv("TERM", "dumb"), so that I
   |don't have to see all these funny vt100 characters in the console
   |shell.
   |It doesn't seem to work. I get this error whenever I try to set an
   |environment variable.

To enable 'setEnv', you need to add 'AcceptEnv TERM' to 
'/etc/ssh/sshd_config', if you are connecting to OpenSSH's sshd.

To change terminal type without 'setEnv', you can invoke
  channelShell.setPtyType("dumb");
before connecting it.

Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
    +1-415-578-3454
Fax +81-22-224-8773
Skype callto://jcraft/

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to