From: Michael Albinus Date: Thu, 16 May 2019 06:36:33 +0000 (+0200) Subject: * lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend. X-Git-Tag: emacs-27.0.90~2876 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88cc910abee32df385e9596d2390ae010a5e6650;p=emacs.git * lisp/net/tramp.el (tramp-yesno-prompt-regexp): Extend. --- 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.