Git Extensions Hub Generate New Private Key Git
- Git Extensions Hub Generate New Private Key Git Login
- Git Code
- Git Extensions Hub Generate New Private Key Github
Oct 11, 2016 Generating SSH Key for GitHub Using Git Extensions.NET Online Instructor. Home; About; Blog. Generating SSH Key for GitHub Using Git Extensions. Step 4: Save the SSH Private key with.ppk extension. Step 5: Copy the SSH Key to the clipboard. Aug 10, 2016 SSH Keys with Multiple GitHub Accounts. You create a new key by running the following command, substituting for your own email address. // uses standard SSH key git clone git@github.com.
Sponsor
Comments
commented
Aug 6, 2015 Would like to have the 'Load SSH Key' button for the OpenSSH mode, not only for plink mode.
I believe the process of setting up the SSH keys could be made much more friendly with that.Why not plink: once you set up OpenSSH, you get a stable auth experience across all the possible git tools besides GitExtensions, like command line, bash, IntelliJ IDEA, SourceTree, etc. As far as I understand, won't work this way with plink.
How it might work.
The button opens a dialog, which has three sections.- Don't have a key? Generate new. Opens
puttygen.exe
, tells that you should do 'Conversions OpenSSH key' in it to save in suitable format. (without this, you'd have to close Clone to run it from Tools) - Set key for all servers. Browses for the key file, writes it into
%USERPROFILE%.sshid_rsa
. - Set key for this server (server name from 'Repository to clone:' here). Browses for the file, adds a record to the
%USERPROFILE%.sshconfig
file for this server, pointing to the browsed file. - Has some hints on how to assign this key to your git server.
If labels text is decent enough, then this would not only a GUI configuration path entirely within GitExtensions, but also intuitive enough to be done without any additional instructions.
commented
Aug 6, 2015 puttygen
's much of a black box, so file browsing is inevitable with it. Also choosing for export formats. Maybe should try scripting msysgit'sssh-keygen
instead?..Git Extensions Hub Generate New Private Key Git Login
OpenGit Code
added the type: feature request labelApr 29, 2016 Git Extensions Hub Generate New Private Key Github
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment- Don't have a key? Generate new. Opens