]> git.eshelyaron.com Git - emacs.git/commit
Tramp: Handle PIN requests from security keys
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 9 Feb 2024 10:21:05 +0000 (11:21 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 9 Feb 2024 10:45:21 +0000 (11:45 +0100)
commitdcc05b1eae582a9d09b9f2b1fc0f1ff6fe1b7ef1
tree4421fe1288c66e93db3a44d416e97299afdfc851
parentd9c90197ff5a013707db721c0ff0cc298f01ffc0
Tramp: Handle PIN requests from security keys

* doc/misc/tramp.texi (Frequently Asked Questions): Clarify FIDO entry.

* lisp/net/tramp-sh.el (tramp-actions-before-shell)
(tramp-actions-copy-out-of-band):
Use `tramp-security-key-pin-regexp'.

* lisp/net/tramp.el (tramp-security-key-pin-regexp): New defcustom.
(tramp-action-otp-password, tramp-read-passwd): Trim password prompt.
(tramp-action-show-and-confirm-message): Expand for PIN requests.

(cherry picked from commit 8d6a8e573f9a1e4eb9ebbc0ec244907263e61bb8)
doc/misc/tramp.texi
lisp/net/tramp-sh.el
lisp/net/tramp.el