* 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
|
||||
(rx bol (* nonl)
|
||||
(| "Permission denied"
|
||||
"Login [Ii]ncorrect"
|
||||
(: "Login " (| "Incorrect" "incorrect"))
|
||||
"Connection refused"
|
||||
"Connection closed"
|
||||
"Timeout, server not responding."
|
||||
|
|
Loading…
Add table
Reference in a new issue