Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Xorg and X11 forwarding via ssh



On Thu, 19 Jun 2008 11:21:32 -0600 (MDT)
cngo%nmsu.edu@localhost wrote:

> How could I get debug logs ? I don't see anything related to ssh and
> sshd from /var/log/messages.
> 
Please don't top-post...

Anyway -- for ssh, use -v or -vv or even -vvv.  For sshd, it's -d (or
-dd or -ddd).  Generally, what's easiest then is to run the sshd on a
separate port, and connect to that por explicitly; both commands use -p
for that.  So:

        sshd -p 222 -dd

on the server, and

        ssh -p 222 -vv destination_host

on the client.


                --Steve Bellovin, http://www.cs.columbia.edu/~smb


Home | Main Index | Thread Index | Old Index