[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Tunneling application X app over ssh from client to server



Micha Feigin verraste ons met de boodschap:

<snip>
> A simple diagram to try and clear things
> 
>      shh ----------------------> sshd
>      app ----------------------> display
> [ remote box]                [ local box ]

I found this problem rather interesting :-), and just ran some tests. It's
perfectly possible, connecting like this:

micha@remote:~$ ssh -R 2222:localhost:22 home.ip
(leave this connection open)

micha@home:~$ ssh -X -p 2222 localhost
Last login: <date> from <server>
micha@remote:~$ xapp &

and there it is :-)
enjoy!

-- 
Joris



Reply to: