Re: ssh -X from A through B to C

2004-02-15 Thread Cristian Gutierrez
Mark Gillingham wrote: On Wednesday, February 11, 2004, at 12:36 AM, Cristian Gutierrez wrote: % ssh -X -v web2.mydomain.org /usr/X11R6/bin/xcalc [...] Error: Can't open display: As someone else already pointed out in answer on this thread, you may be missing the xbase-clients package, which

Re: ssh -X from A through B to C

2004-02-14 Thread Mark Gillingham
On Wednesday, February 11, 2004, at 12:36 AM, Cristian Gutierrez wrote: Mark Gillingham wrote: I'm confused by ssh -X. The box that has my CVS work is on a private network. If I'm on that private network, I can forward X from the box to my Mac 10.2 box. If I'm outside the network, I can ssh to

ssh -t B sftp C (Was Re: ssh -X from A through B to C)

2004-02-11 Thread Niels L. Ellegaard
Cristian Gutierrez [EMAIL PROTECTED] writes: ssh -X B ssh -X C xclock Is i possible to do something similar with sftp? The following creates an sftp line from b to c, but I wish to create a line from a to c. ssh -t B sftp C -- Niels L Ellegaard http://dirac.ruc.dk/~gnalle/ -- To

Re: ssh -X from A through B to C

2004-02-11 Thread Peter Samuelson
[Mark Gillingham] The box that has my CVS work is on a private network. If I'm on that private network, I can forward X from the box to my Mac 10.2 box. If I'm outside the network, I can ssh to another box on the private network with a public IP and then ssh again to the private box. I

Re: ssh -X from A through B to C

2004-02-10 Thread Cristian Gutierrez
Mark Gillingham wrote: I'm confused by ssh -X. The box that has my CVS work is on a private network. If I'm on that private network, I can forward X from the box to my Mac 10.2 box. If I'm outside the network, I can ssh to another box on the private network with a public IP and then ssh again to

ssh -X from A through B to C

2004-02-08 Thread Mark Gillingham
I'm confused by ssh -X. The box that has my CVS work is on a private network. If I'm on that private network, I can forward X from the box to my Mac 10.2 box. If I'm outside the network, I can ssh to another box on the private network with a public IP and then ssh again to the private box. I