Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
currently, for the commands that do support pin the PIN is passed by using a commandline argument like
solo key verify --pin 0000, but this has 2 main this that are kinda bad:leaving the PIN argument as the only option is in my opinion not pretty as many other commands that work with passwords at least offer the solution of when not specifying a password as parameter (as would most novice users do) to ask for the password is a hidden prompts (in other words no one can see the password while typing and it isnt logged), which is at least in my opinion a by far nicer option. keeping the PIN argument for things like deployment of many keys in a row with randomized credentials or whatever, but having a hidden PIN prompt (as apparently is even a thing in
solo key set-pinandsolo key change-pin) seems like a much more user friendly optionBeta Was this translation helpful? Give feedback.
All reactions