How to Generate SSH Key for GitLab
Here's how to do it:
- Open Command Prompt on your device and enter "ssh-keygen -t rsa."
- You'll be prompted to choose where to save the SSH key.
- Then enter a passphrase of your choice.
- Re-enter the passphrase to finish. Now you have created a new SSH key.
- You will find the SSH key in the file path you selected earlier.
This website uses cookies to ensure you get the best experience on our website. Learn More
Got it