Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echo asterisks for password entry #13

Open
zoof opened this issue Mar 11, 2021 · 4 comments
Open

Echo asterisks for password entry #13

zoof opened this issue Mar 11, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@zoof
Copy link

zoof commented Mar 11, 2021

It would be helpful to have asterisks echoed during password entry as I use a yubikey for the 2nd half of my password at work and with no feedback, I cannot be sure that a password was entered or that it is the password and not the FIDO OTP.

@versat
Copy link
Owner

versat commented May 24, 2021

Since asterisks can reveal password length I think many authentication processes especially under Linux do not echo them.
It would be totally fine if someone adds an option that enables asterisks, but it should be off by default, so the behavior does not change without explicitly configuring it so.

@zoof
Copy link
Author

zoof commented May 24, 2021

That sounds reasonable. Unfortunately, I know no C so I wouldn't be able to take this on.

@Px7-941
Copy link

Px7-941 commented May 25, 2021

I see more benefit in better platform integration of keychain.
What can also be interesting is to use the current user and his credentials.
(SSPI for Windows, NoMAD/JAMF managed Macs, Mac/Linux Keychain).

What do you think?

An interesting project about Local Proxy and NoMAD integration:
https://github.com/samuong/alpaca#usage

@jschwartzenberg
Copy link
Collaborator

@Px7-941 for proper integration with SSO, ideally you'd use the Kerberos support. In our environment this is allowing things to work transparently as the ticket is obtained when logging in.

@versat versat added the enhancement New feature or request label Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants