Skip to content

Detect some invalid public keys

Feedback from Mélodie's feedback:
It would be helpful to detect and display a meaningful error message when the user defines the public key as

docker run ... -e PUBLIC_KEY="AAA..." ...

instead of

docker run ... -e PUBLIC_KEY="ssh-rsa AAA..." ...