LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   problem when trying to ssh from xp (https://www.linuxquestions.org/questions/linux-server-73/problem-when-trying-to-ssh-from-xp-608882/)

away 12-24-2007 07:54 AM

problem when trying to ssh from xp
 
Hi LQ,

I've got a problem:

When I try to make ssh connection remotely from windows xp machine to RHEL5 machine, I've got this awful distorted picture. Though on the local machine it seems everything ok. Everything is also ok when I ssh remotely from a fedora machine. This problem only refers to ncurses-based applications, like lokkit or mc. But ONLY from windows machines. I've tried to ssh from another xp computer, and the result was the same. Though yesterday everything was going well, till I haven't enabled SElinux in permissive mode, relabelling entire /. Maybe that was the problem? I've tried to disable SElinux, but that changed nothing.

http://img124.imageshack.us/img124/539/picgs7.jpg

ANY help will be appreciated :)

zoranp 12-24-2007 11:49 AM

Just make sure that before you start any ncurses-based application you execute

$ export LC_ALL=C

Or configure your terminal emulator to interpret UTF-8.

complich8 12-24-2007 02:14 PM

I recommend trying PuTTY as your SSH client.

away 12-25-2007 04:42 AM

Quote:

Originally Posted by zoranp (Post 3000625)
Just make sure that before you start any ncurses-based application you execute

$ export LC_ALL=C

Thanks that almost solved my problem :) It is a locale problem indeed. There are only several "B?" characters left. I'll google further :)


All times are GMT -5. The time now is 02:38 AM.