Locked lesson.
About this lesson
There is no description for this lesson.
Exercise files
Download this lesson’s related exercise files.
Generate SSH Key.docx57.3 KB Generate SSH Key - Solution.docx
59.8 KB
Quick reference
Generate SSH Key
In this lesson we'll genearate an SSH Key.
When to Use
You should do this one time for this project. After the key has been created, we can use it whenever we want in the future.
Instructions
From the Git Bash terminal, make sure you're in your default directory. Create an SSH directory with this command:
mkdir .ssh
Next move into that directory:
cd .ssh
Next generate your ssh key with this command:
ssh-keygen.exe
That's it!
Login to download
Lesson notes are only available for subscribers.