Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
In PuTTY 0.82, if you made an SSH connection and the server closed it while you were still at a login prompt, then attempting to use the "Restart Session" menu option would cause an assertion failure reporting the following details:
/terminal.c
!term->userpass_state
Now the userpass_state
is cleared from the terminal
when an SSH session ends, so it's not still lying around to confuse
the code when a new SSH session wants to ask for login details.