comint recognise OpenSSH2 passphrase prompts.
+2001-10-17 Francesco Potorti` <pot@gnu.org>
+
+ * comint.el (comint-password-prompt-regexp): Make it less
+ restrictive, letting comint recognise OpenSSH2 passphrase prompts.
+
2001-10-15 John Wiegley <johnw@gnu.org>
* eshell/em-unix.el (eshell/cat): Do a quick test if something is
(defcustom comint-password-prompt-regexp
"\\(\\([Oo]ld \\|[Nn]ew \\|Kerberos \\|'s \\|login \\|CVS \\|^\\)\
[Pp]assword\\( (again)\\)?\\|pass phrase\\|Enter passphrase\\)\
-\\( for [^@ \t\n]+@[^@ \t\n]+\\)?:\\s *\\'"
+\\( for [^:]+\\)?:\\s *\\'"
"*Regexp matching prompts for passwords in the inferior process.
This is used by `comint-watch-for-password-prompt'."
:type 'regexp