Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OS Customisation: Regex to match ssh public keys
Fixes raspberrypi#956 Previously we would just trust that users would include a correct SSH public key. Unfortunately, this isn't a viable stategy. So, let's introduce a regex to perform some light validation of the ssh-key, to avoid having boot failures.
- Loading branch information