Hacker News new | ask | show | jobs
by mynameisvlad 1265 days ago
Ubuntu Server's installer allows you to import it as the authorized_keys for the new user.
1 comments

Cloud-init as well. The CLI utility you can use is ssh-import-id.

    ssh-import-id gh:$USERNAME
Which is the tool that Ubuntu uses!