SSH X11 Forwarding - Run GUI Apps Remotely - Linux CLI
gotbletu
https://github.com/gotbletu/shownotes/blob/master/ssh_x11_forwarding.txt
how to use ssh http://www.youtube.com/watch?v=n9P7LhrRXmk
auto login ssh http://www.youtube.com/watch?v=LlGL-uBSe6M
open ports for ssh http://www.youtube.com/watch?v=UQ_cQaC3tbU
Name : openssh Version : 6.4p1-1 Description : Free version of the SSH connectivity tools Architecture : x86_64 URL : http://www.openssh.org/portable.html Licenses : custom:BSD
Name : xorg-xauth Version : 1.0.8-1 Description : X.Org authorization settings program Architecture : x86_64 URL : http://xorg.freedesktop.org/ Licenses : custom
-X Enables X11 forwarding. This can also be specified on a per-host basis in a configuration file.
X11 forwarding should be enabled with caution. Users with the ability to bypass file permissions on the remote host (for the user's X
authorization database) can access the local X11 display through the forwarded connection. An attacker may then be able to perform
activities such as keystroke monitoring.
-Y Enables trusted X11 forwarding. Trusted X11 forwardings are not subjected to the X11 SECURITY extension controls. ... https://www.youtube.com/watch?v=AGL4ZMTIfHY
27600539 Bytes