Bonjour,
Le problème est simple je n’arrive pas à me connecter à distance à fwbuilder.
D’un coté le serveur : Debian : Linux mustang 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux
, sans environnement graphique , et son sshd_config :
Port 22
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_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
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
De l’autre coté le poste client sous debian : Linux D630 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1+deb7u1 x86_64 GNU/Linux
avec gnome 1:3.4+7+deb7u1 , le ssh_config (pas de sshd) :
Host *
ForwardAgent yes
ForwardX11 yes
ForwardX11Trusted yes
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
Quand je fai s ssh -X root@mustang , je me connecte mais apres :
root@mustang:~# fwbuilder
Firewall Builder GUI 5.1.0.3599
fwbuilder: cannot connect to X server
Quelqu’un a-t-il une idée ?
Merci.