On Sun, 2002-02-10 at 05:04, Maynard B. Fernando wrote:
> to all,
> 
> i can ssh using the server itself but when going to
> access it using SecureCrt in a window-bassed
> machine, i cannot... this only happens when i
> upgraded the OpenSSH to its latest version...
> i know that a little touch on the server is only
> needed but i don't know what it is... please help...
> 
> thanks a lot,


After writing this I just realized that this was a Sunday message and is
probably fixed by now but since I wourte it I will give you all the
opportunity to read it :)

Is there a debug mode on the SecureCRT?  If so I would try it.  openssh
give you the -v option.  If not and maybe even along with, you can stop
the openssh server,

service sshd stop

and start it in debug mode,

/usr/sbin sshd -d

this will launch the daemon and spit out a bunch of stuff on the
terminal.

IIRC stopping sshd will not affect running ssh connections.

The debug session will terminate when the connection is closed so don't
forget to restart it either for another test run or as the normal
daemon.

have you tried running diff between the /etc/ssh/sshd_config files on 
the working server and the not working one?  Am I confusing threads? 

HTH

Bret



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to