Linux ssh & x11
Материал из support.qbpro.ru
Запуск через ssh приложений Xorg
- Вносим изменения в /etc/ssh/sshd_config на подключаемом хосте:
... ForwardX11 yes GSSAPIAuthentication no GSSAPIDelegateCredentials no AddressFamily inet StrictHostKeyChecking no Ciphers arcfour,blowfish-cbc MACs umac-64@openssh.com Compression yes ControlPath ~/.ssh/master-%l-%r@%h:%p ControlMaster auto ...
и перезапускаем ssh:
sudo systemctl restart ssh
- Команда подключения - пример:
sudo ssh -Y -XC user@192.168.12.4 firefox