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

Re: X11 Forwarding with Lenny?



2008/11/29, Florian Kulzer <florian.kulzer+debian@icfo.es>:
> Post the output of the following two commands when run on the SSH server
> (the intended X client):
>
> apt-cache policy xbase-clients xauth
xbase-clients:
  Installed: 1:7.3+18
  Candidate: 1:7.3+18
  Version table:
 *** 1:7.3+18 0
        500 http://130.83.2.34 lenny/main Packages
        100 /var/lib/dpkg/status
xauth:
  Installed: 1:1.0.3-2
  Candidate: 1:1.0.3-2
  Version table:
 *** 1:1.0.3-2 0
        500 http://130.83.2.34 lenny/main Packages
        100 /var/lib/dpkg/status


> grep -Ev '^(#|$)' /etc/ssh/sshd_config
Port 22
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
UsePrivilegeSeparation yes
KeyRegenerationInterval 3600
ServerKeyBits 768
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes
RSAAuthentication yes
PubkeyAuthentication yes
IgnoreRhosts yes
RhostsRSAAuthentication no
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes

It's the exact same output for both systems, but X11 forwarding works
only in one direction.


Reply to: