all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andre Spiegel <spiegel@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: CVS with ssh
Date: 24 Nov 2002 13:03:19 +0100	[thread overview]
Message-ID: <1038139399.530.25.camel@localhost> (raw)
In-Reply-To: <84isyo9cqj.fsf@lucy.cs.uni-dortmund.de>

On Sat, 2002-11-23 at 22:51, Kai Großjohann wrote:

> Nick Roberts <nick@nick.uklinux.net> writes:
> 
> > When I use a cvs command I get the message :
> > Warning: Remote host denied X11 forwarding.
> 
> I put
> 
>     Host subversions.gnu.org
>       ForwardX11 no
> 
> in ~/.ssh/config and stopped thinking about the issue.
> 
> Maybe it's also possible to tell CVS to call ssh with the -x
> argument, but I don't know how.

It looks like ssh is writing a message to stdout that should actually go
to stderr, so that CVS can suppress it.  Kai is right that the easiest
fix is to silence this particular message.  To call ssh with -x from
CVS, it may be sufficient to set the CVS_RSH variable to "/usr/bin/ssh
-x", or you might write your own wrapper script that adds the option to
the command, and put the location of that wrapper script into CVS_RSH.

Which version of ssh is that?  One should probably file a bug report
about it.

  reply	other threads:[~2002-11-24 12:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-23 14:24 CVS with ssh Nick Roberts
2002-11-23 21:51 ` Kai Großjohann
2002-11-24 12:03   ` Andre Spiegel [this message]
2002-11-24 17:21     ` Nick Roberts
  -- strict thread matches above, loose matches on Subject: below --
2002-11-23 14:28 Nick Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1038139399.530.25.camel@localhost \
    --to=spiegel@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.