Hi Johannes,

Thanks for your response.
I've already workarounded the issue by using OpenSSH.

It seems there is no simple way to configure Jenkins Git plugin to call Putty 
first under LOCAL_SYSTEM account, so using OpenSSH is much simpler in this case.

Best regards,
-Vasily.

-----Original Message-----
From: Johannes Schindelin [mailto:johannes.schinde...@gmx.de] 
Sent: Monday, November 16, 2015 3:10 PM
To: Ryabov, Vasily V
Cc: git@vger.kernel.org
Subject: Re: [bug] git 2.6.2 (64-bit) blocks keyboard input (running in RDP, 
Win7 x64)

Hi Vasily,

On Tue, 10 Nov 2015, Ryabov, Vasily V wrote:

> I'm trying to run something like this (on the remote machine (Win7 x64 with 
> git 2.6.2 64-bit) through RDP):
> ```
> git pull --tags --progress 
> ssh://<username>@<repo_URL>:<tcp_port>/<repo_name> 
> +refs/heads/*:refs/remotes/origin/*
> ```
> It worked on local machine with git 1.9.5.
> 
> Git asks to confirm an action:
> ```
> The server's host key is not cached in the registry. You have no 
> guarantee that the server is the computer you think it is.
> The server's dss key fingerprint is:
> ssh-dss 1024 <...>
> If you trust this host, enter "y" to add the key to PuTTY's cache and 
> carry on connecting.
> If you want to carry on connecting just once, without adding the key 
> to the cache, enter "n".
> If you do not trust this host, press Return to abandon the connection.
> Store key in cache? (y/n)
> ```
> I'm typing `y`, but there is no reaction at all. No symbols appears in the 
> console. But...
> When I'm pressing `Ctrl+C`, it's killed. And I can see `yyyyy` keys in the 
> bash console for the next command.

This is a known issue, mentioned in the release notes
(https://github.com/git-for-windows/build-extra/blob/master/installer/ReleaseNotes.md#known-issues):

> * If configured to use Plink, you will have to connect with putty first
>   and accept the host key.

Ciao,
Johannes

--------------------------------------------------------------------
Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park,
17 Krylatskaya Str., Bldg 4, Moscow 121614,
Russian Federation

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to