Sfisioza
Sfisioza

Reputation: 3930

GUI public ssh key generator

Is there any GUI tool for non tech-savvy users that are not willing to use CLI allowing them to generate public rsa key? (except the putty method)

This is the common case when one of the project members needs to get access to the repo (e.g. via TortoiseGit, but's hard to force them to generate the key to give them the access).

Upvotes: 0

Views: 1105

Answers (2)

patthoyts
patthoyts

Reputation: 33193

GitExtensions is has a reasonably simple UI for generating keys. In general this seems a more useful UI than Tortoise Git for Windows users. It is found on the remotes menu. Forcing them is simple. If the remote server requires keys (use gitolite with GitLab to provide a web based access control) then users don't get a choice. We find that with gitlab linked to the local ActiveDirectory users can create new projects and add their keys with a pretty minimal guide document.

Upvotes: 1

Oliver
Oliver

Reputation: 978

There is something called REBEX but it's almost identical to PuTTYgen

Upvotes: 1

Related Questions