boolean-uk / software-developer

0 stars 0 forks source link

Development environment instructions: verifying ssh key #140

Open Auenc opened 1 year ago

Auenc commented 1 year ago

Step 4.2 of the environment instructions asks the student to run the command:

ssh -T git@github.com

The expected output according to the guide is:

Hi <YOUR_GITHUB_USERNAME>! You've successfully authenticated, but GitHub does not provide shell access.

However, as it’s the first time connecting to github via ssh, they will need to accept the fingerprint

We should add a step to accept the fingerprint prior to receiving the above expected output.