Enable X11 forwarding: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Imported from Redmine)
(No difference)

Revision as of 01:36, 8 March 2017

Enable X11 forwarding

Uncomment X11Forwarding no in the file /etc/ssh/sshd_config and change it to X11Forwarding yes.

Run /etc/init.d/sshd restart so the option change takes effect (or reboot). You will need to log out any ssh sessions and restart them, even if you specified -X already.