Enable X11 forwarding: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(Imported from Redmine)
 
(Remove duplicate header)
 
Line 1: Line 1:
= Enable X11 forwarding =
Uncomment <code>X11Forwarding no</code> in the file <code>/etc/ssh/sshd_config</code> and change it to <code>X11Forwarding yes</code>.
Uncomment <code>X11Forwarding no</code> in the file <code>/etc/ssh/sshd_config</code> and change it to <code>X11Forwarding yes</code>.


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

Latest revision as of 07:33, 20 March 2017

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.