Another strange problem that I'm having is due to sshd. I installed a
version of sshd before it was available as an rpm file. The upgrade
to fermi red hat 5.0.2 installs sshd, so I had to cleanup the sshd that I
installed myself. I think I have done this correctly.
Anyway, my problem is that when I try to pop an x-term from chb, I get:
Xlib: connection to "d0chb:16.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
xterm Xt error: Can't open display: d0chb:16.0
(this is an xauth problem, which is supposed to be transparent with sshd
and X11Forwarding)
I didn't have this problem before, the sshd configuration file
looks like (which is the file that I had before the red-hat install -- it
worked and didn't give me this connection refused).
I'm not sure if this is the file the daemon is picking up or not,
because the red hat startup and stop script for sshd is not trivial and
uses commands that I cannot locate.
Thanks in advance,
Jeff
/etc/sshd_config:
Port 22
ListenAddress 0.0.0.0
HostKey /etc/ssh_host_key
RandomSeed /etc/ssh_random_seed
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin yes
IgnoreRhosts no
StrictModes yes
QuietMode no
X11Forwarding yes
X11DisplayOffset 10
FascistLogging no
PrintMotd yes
KeepAlive yes
SyslogFacility DAEMON
RhostsAuthentication no
RhostsRSAAuthentication yes
RSAAuthentication yes
PasswordAuthentication yes
PermitEmptyPasswords yes
UseLogin no
# CheckMail no
# PidFile /u/zappa/.ssh/pid
# AllowHosts *.our.com friend.other.com
# DenyHosts lowsecurity.theirs.com *.evil.org evil.org
# Umask 022
# SilentDeny yes