mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
* lisp/net/tramp.el (tramp-wrong-passwd-regexp): Fix regexp.
This commit is contained in:
parent
42e02480c2
commit
af28191b04
@ -659,7 +659,7 @@ The `sudo' program appears to insert a `^@' character into the prompt."
|
||||
(defcustom tramp-wrong-passwd-regexp
|
||||
(rx bol (* nonl)
|
||||
(| "Permission denied"
|
||||
"Login [Ii]ncorrect"
|
||||
(: "Login " (| "Incorrect" "incorrect"))
|
||||
"Connection refused"
|
||||
"Connection closed"
|
||||
"Timeout, server not responding."
|
||||
|
Loading…
Reference in New Issue
Block a user