SSH with X11 forward
$ ssh -Y # forward X11
Enables trusted X11 forwarding. Trusted X11 forwardings are not subjected to the X11 SECURITY extension controls. You can use -X but -Y must be better.
Enables trusted X11 forwarding. Trusted X11 forwardings are not subjected to the X11 SECURITY extension controls. You can use -X but -Y must be better.
Comments
Post a Comment