Re: Forwarding X apps

2001-10-09 Thread Karsten M. Self
on Mon, Oct 08, 2001 at 08:33:00PM -0400, Kyle Girard ([EMAIL PROTECTED]) wrote: > > The proper method is to use SSH tunnels, as posted previously. You'll > > have to check your sshd allows X11 forwarding (/etc/ssh/sshd_config). > > Then: > > > > $ ssh -C -X remotehost > > > > I try this fr

Re: Forwarding X apps

2001-10-08 Thread Kyle Girard
> The proper method is to use SSH tunnels, as posted previously. You'll > have to check your sshd allows X11 forwarding (/etc/ssh/sshd_config). > Then: > > $ ssh -C -X remotehost > I try this from debian to firewall and it logs in fine: me:/home/me >$ ssh -C -X firewall [EMAIL PROTECTED]'s

Re: Forwarding X apps

2001-10-07 Thread Karsten M. Self
on Sat, Oct 06, 2001 at 09:47:04PM -0700, Ben Hartshorne ([EMAIL PROTECTED]) wrote: > On Sat, Oct 06, 2001 at 02:31:35PM -0700, Karsten M. Self wrote: > > on Fri, Oct 05, 2001 at 10:01:59PM -0400, Kyle Girard ([EMAIL PROTECTED]) > > wrote: > > > What does one have to do to enable X apps to be for

Re: Forwarding X apps

2001-10-06 Thread Ben Hartshorne
On Sat, Oct 06, 2001 at 02:31:35PM -0700, Karsten M. Self wrote: > on Fri, Oct 05, 2001 at 10:01:59PM -0400, Kyle Girard ([EMAIL PROTECTED]) > wrote: > > What does one have to do to enable X apps to be forwarded to my machine? > > > > For two machine named debian and firewall respectively, I want

Re: Forwarding X apps

2001-10-06 Thread Karsten M. Self
on Fri, Oct 05, 2001 at 10:01:59PM -0400, Kyle Girard ([EMAIL PROTECTED]) wrote: > What does one have to do to enable X apps to be forwarded to my machine? > > For two machine named debian and firewall respectively, I want to > forward a display from fireall to debian > > on debian: > > xhost +

Re: Forwarding X apps

2001-10-05 Thread Richard Hector
Kyle Girard wrote: > > What does one have to do to enable X apps to be forwarded to my machine? I would tunnel through ssh: debian % ssh -X firewall firewall % netscape & or whatever. > on debian: > > xhost + firewall I would try to avoid trusting a firewall this much. Richard