Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SSH CLI capability to load issued SSH credentials into SSH Agent via addToAgent flag #2898

Merged
merged 2 commits into from
Dec 19, 2024

Conversation

dangtony98
Copy link
Collaborator

@dangtony98 dangtony98 commented Dec 19, 2024

Description 📣

This PR lets users specify a new --addToAgent flag in the ssh issue-credentials command to have issued SSH credentials loaded into the SSH agent.

Once loaded, users can perform the ssh operation with ssh username:hostname and the agent will use the issued SSH credentials for SSH authentication against the remote host.

Type ✨

  • Bug fix
  • New feature
  • Improvement
  • Breaking change
  • Documentation

@dangtony98 dangtony98 merged commit 5ab0c66 into main Dec 19, 2024
3 checks passed
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.

2 participants