diff options
| -rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 123d01c747d..04b683a8a24 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el | |||
| @@ -659,7 +659,7 @@ The `sudo' program appears to insert a `^@' character into the prompt." | |||
| 659 | (defcustom tramp-wrong-passwd-regexp | 659 | (defcustom tramp-wrong-passwd-regexp |
| 660 | (rx bol (* nonl) | 660 | (rx bol (* nonl) |
| 661 | (| "Permission denied" | 661 | (| "Permission denied" |
| 662 | "Login [Ii]ncorrect" | 662 | (: "Login " (| "Incorrect" "incorrect")) |
| 663 | "Connection refused" | 663 | "Connection refused" |
| 664 | "Connection closed" | 664 | "Connection closed" |
| 665 | "Timeout, server not responding." | 665 | "Timeout, server not responding." |