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.
This commit is contained in:
parent
dab7cc241f
commit
30841c71a5
2 changed files with 4 additions and 3 deletions
|
@ -5069,7 +5069,7 @@ Yes. @command{OpenSSH} has added support for @acronym{FIDO} hardware
|
||||||
devices via special key types @option{*-sk}. @value{tramp} supports
|
devices via special key types @option{*-sk}. @value{tramp} supports
|
||||||
the additional handshaking messages for them. This requires at least
|
the additional handshaking messages for them. This requires at least
|
||||||
@command{OpenSSH} 8.2, and a @acronym{FIDO} @acronym{U2F} compatible
|
@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
|
@item
|
||||||
|
|
|
@ -759,8 +759,9 @@ The regexp should match at end of buffer."
|
||||||
|
|
||||||
;; A security key requires the user physically to touch the device
|
;; A security key requires the user physically to touch the device
|
||||||
;; with their finger. We must tell it to the user.
|
;; with their finger. We must tell it to the user.
|
||||||
;; Added in OpenSSH 8.2. I've tested it with yubikey. Nitrokey,
|
;; Added in OpenSSH 8.2. I've tested it with yubikey. Nitrokey and
|
||||||
;; which has also passed the tests, does not show such a message.
|
;; Titankey, which have also passed the tests, do not show such a
|
||||||
|
;; message.
|
||||||
(defcustom tramp-security-key-confirm-regexp
|
(defcustom tramp-security-key-confirm-regexp
|
||||||
(rx bol (* "\r") "Confirm user presence for key " (* nonl) (* (any "\r\n")))
|
(rx bol (* "\r") "Confirm user presence for key " (* nonl) (* (any "\r\n")))
|
||||||
"Regular expression matching security key confirmation message.
|
"Regular expression matching security key confirmation message.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue