emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 30841c71a5d: Mention Titankey in Tramp, which has passed the te


From: Michael Albinus
Subject: emacs-29 30841c71a5d: Mention Titankey in Tramp, which has passed the tests
Date: Mon, 27 Nov 2023 02:35:11 -0500 (EST)

branch: emacs-29
commit 30841c71a5ddd70b63908fcbcdcc01ef82d8a770
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Mention Titankey in Tramp, which has passed the tests
    
    * doc/misc/tramp.texi (Frequently Asked Questions):
    * lisp/net/tramp.el (tramp-security-key-confirm-regexp):
    Mention also Titankey.
---
 doc/misc/tramp.texi | 2 +-
 lisp/net/tramp.el   | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 0571c91115c..a4583a6074e 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -5069,7 +5069,7 @@ Yes.  @command{OpenSSH} has added support for 
@acronym{FIDO} hardware
 devices via special key types @option{*-sk}.  @value{tramp} supports
 the additional handshaking messages for them.  This requires at least
 @command{OpenSSH} 8.2, and a @acronym{FIDO} @acronym{U2F} compatible
-security key, like yubikey, solokey, or nitrokey.
+security key, like yubikey, solokey, nitrokey, or titankey.
 
 
 @item
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 8b1a49edbae..5e8d6bbcd08 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -759,8 +759,9 @@ The regexp should match at end of buffer."
 
 ;; A security key requires the user physically to touch the device
 ;; with their finger.  We must tell it to the user.
-;; Added in OpenSSH 8.2.  I've tested it with yubikey.  Nitrokey,
-;; which has also passed the tests, does not show such a message.
+;; Added in OpenSSH 8.2.  I've tested it with yubikey.  Nitrokey and
+;; Titankey, which have also passed the tests, do not show such a
+;; message.
 (defcustom tramp-security-key-confirm-regexp
   (rx bol (* "\r") "Confirm user presence for key " (* nonl) (* (any "\r\n")))
   "Regular expression matching security key confirmation message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]