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

Allow authentication with SSH key instead of password  #110

@MarkMurphy

Description

@MarkMurphy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions