Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create authorized_keys with correct owner
Previously `~pi/.ssh/authorized_keys` was created with the current user (root) as owner. This causes `ssh-copy-id` to fail when the user tries to upload their ssh key to the host. Now it should have the correct permissions.
- Loading branch information