Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: X forwarding on sourceforge
- X-seq: zsh-workers 15387
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: RE: X forwarding on sourceforge
- Date: Thu, 12 Jul 2001 18:16:47 +0400
- Importance: Normal
- In-reply-to: <Tc0a88d0154b41f0108@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
>
> "Andrej Borsenkow" wrote:
> > bor@itsrm2% cvs up
> > Warning: Remote host denied X11 forwarding, perhaps xauth
> program could not
> > be run on the server side.
> >
> > Do others get it as well? Is anybody in touch with SF maintainers?
>
> I assume this it's deliberate that ssh is not set up to handle X11
> forwarding --- it's always been like this with interactive logins. It's
> possible they've just noticed this wasn't happening on the CVS port. The
> warning is from the local ssh; in this case it obviously doesn't need X11
> forwarding, so the bug is really that it bothers testing and warning you,
> because CVS isn't passing the right flags to ssh.
>
> I've got rid of this by pointing CVS_RSH at the following scriptlet:
>
> #!/bin/sh
> ssh -x "$@"
>
What about the
ForwardX11 no
in ssh_config (I simply put it in Host * in /etc/ssh_config).
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author