Git Extensions Hub Generate New Private Key Git

Posted on
Git Extensions Hub Generate New Private Key Git Average ratng: 4,0/5 9417 votes
  1. Git Extensions Hub Generate New Private Key Git Login
  2. Git Code
  3. 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.

Git
  • 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.

    1. 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)
    2. Set key for all servers. Browses for the key file, writes it into %USERPROFILE%.sshid_rsa.
    3. 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.
    4. 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's ssh-keygen instead?..

    Git Extensions Hub Generate New Private Key Git Login

    Open

    Git Code

    added the type: feature request label Apr 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