See:
$ strings $(which ssh) | grep -i passphrase
Signed-off-by: Pieter Praet <[email protected]>
---
magit.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/magit.el b/magit.el
index 95ad5c8..21caea7 100644
--- a/magit.el
+++ b/magit.el
@@ -339,7 +339,7 @@ (defcustom magit-process-yes-or-no-prompt-regexp
:type 'regexp)
(defcustom magit-process-password-prompt-regexps
- '("^\\(Enter \\)?[Pp]assphrase\\( for key '.*'\\)?: ?$"
+ '("^\\(Enter \\)?[Pp]assphrase\\( for \\(RSA \\)?key '.*'\\)?: ?$"
"^\\(Enter \\)?[Pp]assword\\( for '.*'\\)?: ?$"
"^.*'s password: ?$"
"^Yubikey for .*: ?$")
--
1.7.11.1
--
---
You received this message because you are subscribed to the Google Groups
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.