Authentication on pushups.sh

In order to provide a dashboard which keeps track of your accomplishments, classroom affiliations, and streaks, you may authenticate using your ssh-key.

The dashboard is your personal hub, you control its status.

What do I need to authenticate?

You will need an ssh-key and git configured to use it. There is no username or "forgot your password?", we only speak ssh — lose your key and sadly we are unable to help you recover your account..

This is a feature, not a bug.

How do I create an ssh-key?

You can generate a new ssh-key with the below:

ssh-keygen -t ed25519 -C "you@example.com"

How do I configure git to use my ssh-key?

Most of the time your newly created key (if you did not have one already) works out of the box, but if you need more information we recommend the following resources: