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

ssh config change



OK, I'm kind of irritated here.

I did the usual update/upgrade and now my ssh configuration doesn't allow for X11 display on remote hosts.

On the server I have

Port 22
Protocol 2
HostKey /etc/ssh/ssh_host_key
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
ServerKeyBits 768
LoginGraceTime 600
KeyRegenerationInterval 3600
PermitRootLogin no
IgnoreRhosts yes
IgnoreUserKnownHosts yes
StrictModes yes
X11Forwarding yes              <<<<<<<<<<
X11DisplayOffset 10
PrintMotd no
PrintLastLog no
KeepAlive yes
SyslogFacility AUTH
LogLevel INFO
RhostsAuthentication no
RhostsRSAAuthentication no
HostbasedAuthentication no
RSAAuthentication no
PasswordAuthentication no
PermitEmptyPasswords no
PubkeyAuthentication yes
ChallengeResponseAuthentication no
Subsystem       sftp    /usr/lib/sftp-server

And the client has "ForwardX11 yes" set also.

I thought this was correct.  Anyone have any suggestions?????
--
Finding out what goes on in the C.I.A. is like performing acupuncture
on a rock.
		-- New York Times, Jan. 20, 1981



Reply to: