From 88cc910abee32df385e9596d2390ae010a5e6650 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Thu, 16 May 2019 08:36:33 +0200 Subject: [PATCH] * lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend. --- lisp/net/tramp.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 2aa62eba80e..38f07970a70 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -606,7 +606,10 @@ The regexp should match at end of buffer." (defcustom tramp-yesno-prompt-regexp (concat - (regexp-opt '("Are you sure you want to continue connecting (yes/no)?") t) + (regexp-opt + '("Are you sure you want to continue connecting (yes/no)?" + "Are you sure you want to continue connecting (yes/no/[fingerprint])?") + t) "\\s-*") "Regular expression matching all yes/no queries which need to be confirmed. The confirmation should be done with yes or no. -- 2.39.5