How to Generate SSH Key for GitLab
- George Apostolov
- 05 Sep 2025
Guide
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.
Create your first interactive demo in minutes
No credit card required • Start building today


