-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Auto login failed, please try again. #70
Comments
In version 2.0.2, this error appeared and it does not go away! |
In order to fix 2FA login issue in version 2.0.2, almost the entire automatic login module was rewritten. Although rigorous testing has been performed, new errors may have been introduced :( So, what does this automatic login include? Is it a password, a public-key, a keyboard-interactive, or a mix? Is this automatic login created by copying the In addition, please follow the steps below to see if the issue can be fixed:
|
From version 1.9 to 2.0.1, the profile migrated well. Version 2.0.1 works and does not ask for re-confirmation |
On a new installation of version 2.0.2 without transferring settings, when connecting via an ssh key, auto-login also does not work :( |
If my understanding is correct, do you mean that you cannot use It just so happens that the X/Y/Z modem feature is almost finished, so I will wait for the X/Y/Z modem to be released together. The release time is expected this weekend. I will update the progress here, thank you very much! |
Yes, thank you! |
Also, since we are talking about authorization, could you implement the possibility of enabling a Master password to log in to the WindTerm application? |
WindTerm already has a master password 😄 You can read master password to learn more. But if this is not what you want, you can describe your needs in more detail, and I will try to implement it. |
About the master password. I had in mind the possibility of setting the master password to log in to WindTerm completely, so that if I do not enter the password, I would not be able to use WindTerm and see the configured connections at all. |
Or the second option is an analogue of pageant Putty, so that I can enter the password on the ssh key only once and that it no longer requires confirmation of the input in each session until I restart WindTerm |
Thank you for your feedback! |
Sorry, currently it can only be set for the first time. The method of re-setting and modification will be provided in later versions.
Speaking of this feature, I happen to be completing a new function "lock screen", just like the "lock screen" of Windows or Linux. During use, you can lock the screen at any time, and then you must unlock it to continue operation, otherwise you cannot see the currently opened tabs, screen output, etc, which just meet some of your needs. But this feature "lock screen" is more used to protect the current screen output to prevent others from peeping on the screen when you are not in front of the computer, and not used to protect youre session configuration, because the configuration itself 'windterm-install-path/profile/default.v10/terminal/user.sessions' is stored on the disk and is not encrypted and can be viewed at any time with a text editor. Unless encrypted, I also think it is meaningless to protect any content on the disk because it can be viewed with third-party tools. In other words, if your computer is hacked, then any information will be at risk. This is not something that WindTerm or other clients can solve.
Isn't this the current design? 😃 |
Sorry to keep you waiting. WindTerm_2.1.0_Prerelease_1 has finally been released and this automatically login issue has been fixed. You can download and check it now. Thank you.
|
In Winterm v2.1.0, autologin works. |
Unfortunately, for security, WindTerm will generate a unique fingerprint in the However, when developing the In daily use, this is not a problem. WindTerm is responsible for decrypting using the master password given by the user and sending the decrypted authentication information to the server for judgment. WindTerm itself does not know, nor does it need to know whether the decrypted information is correct. But when changing the master password, WindTerm needs to determine whether the decrypted information is correct, otherwise after re-encrypting the wrong decrypted data with the new master password, All the user's automatic login data will be lost. I am still thinking about how to better solve this problem, and I also hope you can share more suggestions. Thank you very much for your great advice. |
The new version 2.1.0_prerelease_2 has been released, and supports locking screen and changing the master password, you can download and check it now, thank you! |
WindTerm 2.0.2
![2021-04-01 18-54-29 WindTerm](https://user-images.githubusercontent.com/41114204/113321116-f2182200-931b-11eb-83f6-3a4600f95030.jpg)
Auto login failed, please try again.
The text was updated successfully, but these errors were encountered: