Linux ssh & x11

Материал из support.qbpro.ru

Запуск через ssh приложений Xorg

  • Вносим изменения в /etc/ssh/sshd_config на подключаемом хосте:
...
Include /etc/ssh/sshd_config.d/*.conf
ChallengeResponseAuthentication no
PubkeyAuthentication yes
ChallengeResponseAuthentication no
KerberosAuthentication no
GSSAPIAuthentication no
UsePAM yes
X11Forwarding yes
GSSAPIAuthentication no
AddressFamily inet
Compression yes
PrintMotd no
AcceptEnv LANG LC_*
Subsystem	sftp	/usr/lib/openssh/sftp-server
...

и перезапускаем ssh:

sudo systemctl restart ssh
  • Команда подключения - пример:
ssh -Y -X user@192.168.12.4 firefox