Skip to content

The repository connections required ssh-agent#90

Merged
privateip merged 1 commit intoitential:develfrom
privateip:git-auth
Mar 25, 2025
Merged

The repository connections required ssh-agent#90
privateip merged 1 commit intoitential:develfrom
privateip:git-auth

Conversation

@privateip
Copy link
Member

There is an issue in previous release where the application would ignore any private key file path and simply rely on the ssh-agent to authentiate to a private key repository. This has now been fixed and the application will now use a private key file specified in the configuration or passed via the command line.

If there is no private key file specified, the application will fallback to using the ssh-agent. If the ssh-agent is not running, the application will generate an error.

fixes #69

There is an issue in previous release where the application would ignore
any private key file path and simply rely on the ssh-agent to
authentiate to a private key repository.  This has now been fixed and
the application will now use a private key file specified in the
configuration or passed via the command line.

If there is no private key file specified, the application will fallback
to using the ssh-agent.  If the ssh-agent is not running, the
application will generate an error.

fixes #69
@privateip privateip merged commit fe8a857 into itential:devel Mar 25, 2025
1 check passed
@privateip privateip deleted the git-auth branch March 25, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v0.5.0 - exporting to Git repo doesn't find/utilize private key file successfully

1 participant