Differences
This shows you the differences between the selected revisions of the page.
2015-03-10 | 2015-03-10 | ||
no summary (195.85.225.66) (hidden) | Restored revision 1417529098. Undoing revisions 1425977547, 1425977758. (martin) (hidden) | ||
Line 18: | Line 18: | ||
When authentication with [[security_credentials#storing_password|stored password]] (if any) has failed before, the prompt will include //Change stored password to this one// check. Use it to overwrite stored password with new one. | When authentication with [[security_credentials#storing_password|stored password]] (if any) has failed before, the prompt will include //Change stored password to this one// check. Use it to overwrite stored password with new one. | ||
- | 40148560 | + | ===== Keyboard Interactive ===== |
+ | For SSH keyboard-interactive, TIS or Cryptocard authentication methods the server can issue its own prompt. Most of the SSH servers use keyboard-interactive authentication just as a different method for getting the account password; for this reason, WinSCP by default responds to the first keyboard-interactive prompt with the password entered on the Login dialog (if any). To disable this behavior unset the keyboard-interactive authentication option //[[ui_login_authentication#attempt_keyboard-interactive_authentication|Respond with password to the first prompt]]//. | ||
- | 0 | + | &screenshotpict(authenticate_keybinter) |
+ | |||
+ | The server may also issue multiple prompts at once. Some servers will use such prompt to request a password change. | ||
+ | |||
+ | The prompt may also include instructions only, with no inputs expected, as a form of announcement -- for example, to announce an expiring password. | ||
+ | |||
+ | &screenshotpict(authenticate_instructions_only) | ||
+ | |||
+ | ===== Private Key Passphrase ===== | ||
+ | If you are using an SSH [[public_key|public key authentication]] with encrypted [[public_key#private|private key]] you will be prompted to enter passphrase for your key. | ||
+ | |||
+ | &screenshotpict(authenticate_passphrase) | ||
===== Authentication Banner ===== | ===== Authentication Banner ===== |