almarklein / mypaas

Run your own PaaS using Docker, Traefik, and great analytics
BSD 2-Clause "Simplified" License
382 stars 16 forks source link

Do not ask for password when the key is not encrypted. #38

Closed hydroid7 closed 1 year ago

hydroid7 commented 1 year ago

If the key is not encrypted, the client CLI still asks for password.

This commit checks if the key is encrypted and ask for password only in that case.

almarklein commented 1 year ago

Nice catch!

almarklein commented 1 year ago

The 3.6 CI job won't run, but that's unrelated. Thanks!