You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Konrad Windszus (Jira)" <ji...@apache.org> on 2022/07/20 13:33:00 UTC

[jira] [Comment Edited] (SCM-992) Support explicitly configured SSH private key & passphrase for gitexe

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

Konrad Windszus edited comment on SCM-992 at 7/20/22 1:32 PM:
--------------------------------------------------------------

Although support for dedicated private keys is easy via the {{-i}} argument used with {{GIT_SSH_COMMAND}}, there is no easy option to use a specific passphrase for security reasons (https://man.openbsd.org/ssh). 

Maybe one could use {{SSH_ASKPASS}} somehow, but this would require major effort.


was (Author: kwin):
Although support for dedicated private keys is easy via the {{-i}} argument used with {{GIT_SSH_COMMAND}}, there is easy option to use a specific passphrase for security reasons (https://man.openbsd.org/ssh). 

Maybe one could use {{SSH_ASKPASS}} somehow, but this would require major effort.

> Support explicitly configured SSH private key & passphrase for gitexe
> ---------------------------------------------------------------------
>
>                 Key: SCM-992
>                 URL: https://issues.apache.org/jira/browse/SCM-992
>             Project: Maven SCM
>          Issue Type: Improvement
>          Components: maven-scm-provider-gitexe
>            Reporter: Konrad Windszus
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 2.0.0-M2
>
>
> Currently the {{privateKey}} parameter set on {{ScmProviderRepositoryWithHost}} is only evaluated in provider "jgit". It should also be used for provider "git". Same for {{passphrase}} parameter.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)