git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Shawn O. Pearce" <spearce@spearce.org>
To: Petr Baudis <pasky@suse.cz>
Cc: git@vger.kernel.org, msysgit@googlegroups.com
Subject: Re: Calling ssh from git-gui
Date: Wed, 3 Sep 2008 10:15:43 -0700	[thread overview]
Message-ID: <20080903171543.GC28315@spearce.org> (raw)
In-Reply-To: <20080903165455.GU10544@machine.or.cz>

Petr Baudis <pasky@suse.cz> wrote:
> 
>   I'm quite at loss by now searching for a reasonable solution for
> invoking ssh (either directly or through git fetch/git push) from
> git-gui, which is very problematic right now - doubly so when
> considering both UNIX and Win32.
> 
>   There are several scenarios to consider:
> 
>   (i) SSH to known host with key managed by a running agent.
>   (ii) SSH to host without agent running or without keys set up.
>   (iii) SSH to unknown host (unregistered fingerprint).
> 
>   Currently, (i) is the only scenario git-gui can handle, [...]
> 
>   Handling (ii) and (iii) unfortunately turned out to be very tricky.

And that is why it doesn't handle (ii) or (iii) at the present time,
and unless I am given a nice patch series for any git-gui related
parts of this, why it will continue to remain that way for quite
some time.

Its annoying, and people complain about it, but I know of no good
solution here, and neither it seems does anyone else.  :-|

At prior day-job I had a customized git-gui starting an rxvt on
Cygwin to run some in-house command line scripts, which in turn
called git fetch and git push.  These worked just fine obviously in
an rxvt, it was a full tty that SSH could interact with the user on.

Damn annoying for git-gui to be invoking a new terminal window, but
maybe that's what we have to do.  Be nice though if the window only
was opened because we couldn't do "git ls-remote url" but its hard
to tell "hanging because SSH needs the user" and "hanging because
the network is a 2400 baud modem".

-- 
Shawn.

  reply	other threads:[~2008-09-03 17:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-03 16:54 Calling ssh from git-gui Petr Baudis
2008-09-03 17:15 ` Shawn O. Pearce [this message]
2008-09-03 17:22   ` Thomas Rast
2008-09-03 17:25     ` Shawn O. Pearce
2008-09-03 17:33   ` Petr Baudis

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=20080903171543.GC28315@spearce.org \
    --to=spearce@spearce.org \
    --cc=git@vger.kernel.org \
    --cc=msysgit@googlegroups.com \
    --cc=pasky@suse.cz \
    /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.
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).