zsh-workers
 help / color / mirror / code / Atom feed
* X forwarding on sourceforge
@ 2001-07-12 13:52 Andrej Borsenkow
  2001-07-12 13:54 ` Sven Wischnowsky
  2001-07-12 14:10 ` Peter Stephenson
  0 siblings, 2 replies; 4+ messages in thread
From: Andrej Borsenkow @ 2001-07-12 13:52 UTC (permalink / raw)
  To: ZSH Workers Mailing List

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?

-andrej


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: X forwarding on sourceforge
  2001-07-12 13:52 X forwarding on sourceforge Andrej Borsenkow
@ 2001-07-12 13:54 ` Sven Wischnowsky
  2001-07-12 14:10 ` Peter Stephenson
  1 sibling, 0 replies; 4+ messages in thread
From: Sven Wischnowsky @ 2001-07-12 13:54 UTC (permalink / raw)
  To: zsh-workers

Andrej Borsenkow wrote:

> bor@itsrm2% cvs up
> Warning: Remote host denied X11 forwarding, perhaps xauth program could not
> be run on the server side.

Yes.

> Do others get it as well? Is anybody in touch with SF maintainers?

No ;-)


Bye
  Sven


-- 
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: X forwarding on sourceforge
  2001-07-12 13:52 X forwarding on sourceforge Andrej Borsenkow
  2001-07-12 13:54 ` Sven Wischnowsky
@ 2001-07-12 14:10 ` Peter Stephenson
  2001-07-12 14:16   ` Andrej Borsenkow
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Stephenson @ 2001-07-12 14:10 UTC (permalink / raw)
  To: Zsh hackers list

"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 "$@"

-- 
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR Ltd., Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK                          Tel: +44 (0)1223 392070


**********************************************************************
The information transmitted is intended only for the person or
entity to which it is addressed and may contain confidential 
and/or privileged material. 
Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by 
persons or entities other than the intended recipient is 
prohibited.  
If you received this in error, please contact the sender and 
delete the material from any computer.
**********************************************************************


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: X forwarding on sourceforge
  2001-07-12 14:10 ` Peter Stephenson
@ 2001-07-12 14:16   ` Andrej Borsenkow
  0 siblings, 0 replies; 4+ messages in thread
From: Andrej Borsenkow @ 2001-07-12 14:16 UTC (permalink / raw)
  To: Peter Stephenson, Zsh hackers list

> 
> "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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-07-12 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-12 13:52 X forwarding on sourceforge Andrej Borsenkow
2001-07-12 13:54 ` Sven Wischnowsky
2001-07-12 14:10 ` Peter Stephenson
2001-07-12 14:16   ` Andrej Borsenkow

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).