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
> 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
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
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
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 +
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
6 matches
Mail list logo