Create SSH key for GitLab

To create the SSH key for connecting the GitLab

  1. Open the Windows PowerShell
  2. type the following command.
  3. ssh-keygen -o -t rsa -C “emailid@jobinandjismi.com”
  4. If enter the file path else click enter.
  5. For “Enter passphrase”: click enter.
  6. For “Enter same passphrase again”: click enter

After doing this, a public key and a private key will be generated in the given path: C -> Users -> jandj -> ssh

Leave a comment

Your email address will not be published. Required fields are marked *