* lisp/net/tramp.el (tramp-wrong-passwd-regexp): Fix regexp.
This commit is contained in:
parent
42e02480c2
commit
af28191b04
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ The `sudo' program appears to insert a `^@' character into the prompt."
|
||||||
(defcustom tramp-wrong-passwd-regexp
|
(defcustom tramp-wrong-passwd-regexp
|
||||||
(rx bol (* nonl)
|
(rx bol (* nonl)
|
||||||
(| "Permission denied"
|
(| "Permission denied"
|
||||||
"Login [Ii]ncorrect"
|
(: "Login " (| "Incorrect" "incorrect"))
|
||||||
"Connection refused"
|
"Connection refused"
|
||||||
"Connection closed"
|
"Connection closed"
|
||||||
"Timeout, server not responding."
|
"Timeout, server not responding."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue