]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention Titankey in Tramp, which has passed the tests
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Nov 2023 07:34:56 +0000 (08:34 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 27 Nov 2023 07:34:56 +0000 (08:34 +0100)
* doc/misc/tramp.texi (Frequently Asked Questions):
* lisp/net/tramp.el (tramp-security-key-confirm-regexp):
Mention also Titankey.

doc/misc/tramp.texi
lisp/net/tramp.el

index 0571c91115c73b1c63272da62ad7a3cc7747c1e8..a4583a6074e8994190e228e2401ae8ab4bf5572c 100644 (file)
@@ -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
index 8b1a49edbaef747429b5fc1e7f8738759e42d99a..5e8d6bbcd08157d89c9e78ee2217bb706fddb99b 100644 (file)
@@ -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.