Re: OT: X-application over ssh tunnel
- From: suvayu ali <fatkasuvayu+linux@xxxxxxxxx>
- Date: Mon, 12 Mar 2012 12:11:27 +0100
On Mon, Mar 12, 2012 at 11:31, suvayu ali <fatkasuvayu+linux@xxxxxxxxx> wrote:
Anyway, now to your question. I think you should use the ProxyCommand
option for ssh. If A, B and C are fixed. You can put the folowing in
your ~/.ssh/config.
# using B as proxy to C
Host C
User useronC
ProxyCommand ssh -q B nc %h 22
Host B
User useronB
This will let you do the following:
$ ssh -X B
$ ssh -X C
I forgot to mention, this is assuming A is your workstation. If it is
another remote node, you will have to extend with another proxy.
GL
--
Suvayu
Open source is the future. It sets us free.
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org
- Follow-Ups:
- Re: OT: X-application over ssh tunnel
- From: Hiisi
- Re: OT: X-application over ssh tunnel
- References:
- OT: X-application over ssh tunnel
- From: Hiisi
- Re: OT: X-application over ssh tunnel
- From: suvayu ali
- OT: X-application over ssh tunnel
- Prev by Date: Re: OT: X-application over ssh tunnel
- Next by Date: Re: Another Pulseaudio Adventure
- Previous by thread: Re: OT: X-application over ssh tunnel
- Next by thread: Re: OT: X-application over ssh tunnel
- Index(es):
Relevant Pages
|