How To Find Git Ssh Key
Ssh has the -i option to tell which private key file to use when authenticating:-i identityfile. Selects a file from which the identity (private key) for RSA or DSA authentication is read. The default is /.ssh/identity for protocol version 1, and /.ssh/idrsa and /.ssh/iddsa for protocol version 2. Identity files may also be specified on a per-host basis in the configuration file.
Git Ssh Keygen

How To Find Git Ssh Key Mac
Open up your terminal, make sure you have installed SSH client. If you have installed Git for Windows or Cmder, it should be installed already. If not, then install it first. To create the pair of SSH keys, all we need to do is to run the ssh-keygen. The result will be something like this. In the grey box at the top, entitled 'Public key for pasting into OpenSSH authorizedkeys file', there will be a string of nonsense. Copy all of this string into an email and send it to us, as per the opening instruction on this page. That's it, you're done! This is a light-weight terminal client for using Git from the command line on.
There are three main ways to generate a public key in Windows. We've tried them all with Windows 7, but given the are most popular, they are documented first. Whichever method you choose, email your generated key to your designated manager and they will notify you when your account has been created. Note, if you have multiple keys because you have multiple machines, or perhaps you have different keys for different software, send them all to us - we can set you up with as many keys as you want bound to your Code Enigma account.