(comint-password-prompt-regexp): Make it less restrictive, letting

comint recognise OpenSSH2 passphrase prompts.
This commit is contained in:
Francesco Potortì 2001-10-17 15:38:45 +00:00
parent 23e8bd8665
commit 5889cc202a
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -316,7 +316,7 @@ This variable is buffer-local."
(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