Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

/usr/lib/vino/vino-server

Настройка пароля для vnc-сервера.

...

Command
borderColor#c2e6ff
bgColor#e2f3ff

/etc/init.d/ssh restart

на клиенте в /etc/ssh/ssh_config:

Блок кода
themeRDark
title/etc/ssh/ssh_config
ForwardX11 yes
ForwardX11 Trusted yes

Подключение:

Command
borderColor#c2e6ff
bgColor#e2f3ff

ssh -X <ip адрес сервера>

...

На сервере Astra-Linux в /etc/X11/fly-dm/Xaccess заменить localhost заменить localhost на *, и перезагрузить ОС или сервис fly-dm

X11 Forwarding

В конфигурационных файлах должны быть строки:
на клиенте в /etc/ssh/ssh_config:

RDark
Блок кода
theme
title/etc/X11/ssh/ssh_config
ForwardX11 yes
ForwardX11 Trusted yes

на сервере в /etc/ssh/sshd_config:

fly-dm/Xaccess
# In all cases, xdm uses the first entry which matches the terminal;
# for IndirectQuery messages only entries with right hand sides can
# match, for Direct and Broadcast Query messages, only entries without
# right hand sides can match.
#

*                                       #any host can get a login window

#

и перезапустить fly-dm:

Command

sudo /etc/init.d/fly-dm restart

Блок кода
themeRDark
title/etc/ssh/sshd_config
X11Forwarding yes X11UseLocalhost no