lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
577 stars 40 forks source link

How about manage multiple ssh keys? #14

Closed nightire closed 8 years ago

nightire commented 9 years ago

Suppose I have multiple ssh keys under my ~/.ssh folder, pshazz will help to manage the id_rsa by default, but what about others? Manually add them by using ssh-add?

Is there a best practice of using pshazz to manage multiple ssh keys?

lukesampson commented 9 years ago

I haven't tried it, but does this answer help?

nightire commented 8 years ago

Yes, this works. Actually I always use ssh config on Linux/Mac, but forgot to copy this to windows. Thanks for reminding me, closed.