aakso / ssh-inscribe

SSH CA Client/Server
Apache License 2.0
56 stars 11 forks source link

Re-request authenticator credentials on auth failure #13

Closed scop closed 2 years ago

scop commented 2 years ago

This implements re-request of per-authenticator credentials on auth failures. Avoids having to start from scratch if a late authenticator fails to authenticate -- just that one gets re-prompted with this. Ability to break out of the readline loop with Ctrl+C became important now, so that's implemented as well.

Tested with sshi req, appears to work for me.

aakso commented 2 years ago

Thanks!