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

SSh Agent updates #23

Closed
wants to merge 2 commits into from
Closed

Conversation

markembling
Copy link
Contributor

I've essentially merged your ssh-agent bits with mine that I've been using for quite some time (http://markembling.info/2009/09/ssh-agent-in-powershell) - this provides a couple of functions for adding additional keys to the agent and stopping the agent (Add-SshKey, Stop-SshAgent). I hope I'm using the best bits of both, as you did some things better than I did originally.

The previous behaviour (start & then automatically add key) is retained. Users who wish to add more keys on a permanent basis can simply add a call to Add-SshKey <whatever/key/file> to their profile after the Start-SshAgent call.

I hope you like :)

@dahlbyk
Copy link
Owner

dahlbyk commented Dec 21, 2011

Resolved conflict with fix for #24 and rebased into master: e212dfd

@dahlbyk dahlbyk closed this Dec 21, 2011
lei-yu-wdfc pushed a commit to lei-yu-wdfc/posh-git that referenced this pull request Aug 31, 2012
ExE-Boss pushed a commit to EB-Forks/posh-git that referenced this pull request Aug 31, 2018
Fix for issue dahlbyk#19 - posh-hg from nuget console
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.

None yet

2 participants