python-intermediate-development icon indicating copy to clipboard operation
python-intermediate-development copied to clipboard

setup: check that ssh to github works

Open f-hafner opened this issue 9 months ago • 0 comments

In our last workshop at the escience center, I noticed a few people having problems with the ssh authentication on github. I think it would be nice to have people check before the workshop that they can actually authenticate with ssh on github. Ie, after the line "“Add SSH key” button." in the setup instructions, add something like this:

Now, we can check that the ssh connection is working:

ssh -T [email protected]

f-hafner avatar May 08 '24 11:05 f-hafner