You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/29 22:09:00 UTC

[jira] [Commented] (NETBEANS-73) Git Private Key Setting Could be Smarter

    [ https://issues.apache.org/jira/browse/NETBEANS-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186579#comment-16186579 ] 

ASF GitHub Bot commented on NETBEANS-73:
----------------------------------------

GitHub user lkishalmi opened a pull request:

    https://github.com/apache/incubator-netbeans/pull/25

    NETBEANS-73: Autodetect id_rsa and id_dsa keys for Git private key.

    Simple patch for https://issues.apache.org/jira/browse/NETBEANS-73

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lkishalmi/incubator-netbeans NETBEANS-73_Git_Private_Key_Improvement

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-netbeans/pull/25.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #25
    
----
commit 5c1ea668924c481e0d24c82c9fbcd5158e055780
Author: Laszlo Kishalmi <la...@epam.com>
Date:   2017-09-29T22:03:39Z

    NETBEANS-73: Autodetect id_rsa and id_dsa keys for Git private key.

----


> Git Private Key Setting Could be Smarter
> ----------------------------------------
>
>                 Key: NETBEANS-73
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-73
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: versioncontrol - Git
>    Affects Versions: 8.2
>            Reporter: Laszlo Kishalmi
>            Priority: Trivial
>              Labels: easyfix, patch
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> I guess it is more common to use {{id_rsa}} keys nowadays than {{id_dsa}}. Whenever I clone a repository that I use with ssh, I need to click on private key authentication then browse, and the browse select {{id_dsa}} which I do not have and I have to select my {{id_rsa}} file and close.
> It would be much nicer to pre-fill the input field with the user's {{id_rsa}} or {{id_dsa}} whatever they have ({{id_rsa}} preferred).
> Also this could be done on Windows (where {{id_dsa}} not selected in the Open File dialog) as well as several Windows Git client uses {{%HOME%\.ssh\id_rsa}} as default. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)