by neolao
Sur le serveur :
sudo vim /etc/ssh/ssh_config
ForwardAgent yes
ForwardX11 yes
ForwardX11Trusted yes
sudo vim /etc/ssh/sshd_config
X11Forwarding yes
Sur Mac :
ssh -XC user@host
firefox
sudo vim /etc/X11/Xwrapper.config
ou
sudo dpkg-reconfigure x11-common
Se connecter avec une autre compression :
ssh -XC -c blowfish-cbc,arcfour user@host
Si besoin, il faut ajouter dans /etc/ssh/sshd_config
les Ciphers :
Ciphers blowfish-cbc,arcfour