1
0
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:
Michael Albinus 2023-01-25 20:14:12 +01:00
parent 42e02480c2
commit af28191b04

View File

@ -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."