This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Description
After I created my personal account on the server I added my public github keys to /home/me/.ssh/authorized_keys but all recap tasks contiue to prompt me for password which is highly annoying.
It should instead check if ~/.ssh/authorized_keys exists and assume that no password is then needed and if that fails, then request the password.
FYI, in addition to this you could easily make this part of the setup by asking for Github username and then running this to add their keys:
wget https://github.com/{username}.keys -O ~/.ssh/authorized_keys