How to use SSH to forward X into local

There are various way to get something run remotely but give the control back to local..

err.. in other word.. get the display to local instead of remote… but process actually running on remote..

there are tools like.. VNC, Open NX , Exceed.. and many more..

but the simplest one turn out to be .. with SSH tunneling :

ssh -X user@host.namran.net

or ..

ssh -Y user@host.namran.net

from there.. just run the command..

“xclock”

“firefox”

and whatsoever.. ๐Ÿ™‚

.. from the SSH manual ..

” -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.

For this reason, X11 forwarding is subjected to X11 SECURITY
extension restrictions by default. Please refer to the ssh -Y
option and the ForwardX11Trusted directive in ssh_config(5) for
more information.

-x Disables X11 forwarding.

-Y Enables trusted X11 forwarding. Trusted X11 forwardings are not
subjected to the X11 SECURITY extension controls.

p/s : .. being local does NOT mean that we can’t be anywhere else.. ๐Ÿ™‚

Related Post

2 Responses

  1. namran says:

    ok..i am leaving now..no update until2 decc

    Reply
  2. namran says:

    I am going to be away to Papua New Guinea ..

    until 2nd December 2009..

    so .. my dear reader..

    can expect no update until then.
    unless i can find internet access from there.

    take care..!

    Reply

Leave a Reply to User Cancel reply

Your email address will not be published. Required fields are marked *