Skip to content

Instantly share code, notes, and snippets.

View b00dle's full-sized avatar
🤙
Exciting things are happening!

Sebastian Mühlhaus b00dle

🤙
Exciting things are happening!
View GitHub Profile

Steps

Copied from Atlassian Full Tutorial

  1. execute the following to begin the key creation ssh-keygen -t rsa -b 4096 -C "your_email@example.com"

  2. You will then be prompted to "Enter a file in which to save the key." You can specify a file location or press “Enter” to accept the default file location. > Enter a file in which to save the key (/Users/you/.ssh/id_rsa): [Press enter]