-
Notifications
You must be signed in to change notification settings - Fork 767
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
none of the client executables accept "Ctrl+c" and "backspace" while feeding a password #5
Comments
Control-Break works instead of Control-C to get out of session, we will try to fix it to accept control-c for exiting like in openssh Linux. |
Tested on latest binaries. backspace does work but does not reflect on the input password mask (I'm testing on Windows 10) - i.e the "*"s do not get deleted on a backspace stroke. This is not a pressing issue and we can take care of this later. |
There shouldn't be any "*" when entering a password. |
There shouldn't be any "*" when entering a password or passphrase for better security. Linux/Unix openssh works the same way - without any "*". Great suggestion by Mark Hahnel in comments of Issue #5
Fixed it and checked in the code. Great suggestions – Linux/Unix openssh works the same way – no “*” feedback in password or passphrase. There shouldn't be any "*" when entering a password. — |
Fixed in L1 branch. Control-c is now sent to the sshd server and will not terminate ssh.exe client itself. To terminate or abandon client, type Control-break. Backspace also now works when typing password. |
The latest release should have this fixed. |
* Update winget.yml (#5) * Update winget.yml
Issue observed with ssh.exe (while feeding password) and ssh-keygen.exe (while feeding paraphrase)
Ex.
C:\openssh>ssh-keygen.exe -t rsa -f id_rsa
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase): **************
When asked to enter passphrase, try Ctrl+C or backspace
The text was updated successfully, but these errors were encountered: