]> git.eshelyaron.com Git - emacs.git/commit
Support one-time passwords in Tramp
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Sep 2023 07:59:31 +0000 (09:59 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 16 Sep 2023 07:59:31 +0000 (09:59 +0200)
commit825be05b379b1643adf6d0495deb691ac566e090
treeb613e89b7e36d8a63d5824b7725e6dd5e65f5ab5
parentf880b94e64918ab3b82d10048b519570e4b055ce
Support one-time passwords in Tramp

* doc/misc/tramp.texi (Remote shell setup):
Describe tramp-otp-password-prompt-regexp.

* lisp/net/tramp-sh.el (tramp-actions-before-shell)
(tramp-actions-copy-out-of-band):
Use `tramp-otp-password-prompt-regexp'.

* lisp/net/tramp.el (tramp-otp-password-prompt-regexp): New defcustom.
(tramp-action-otp-password): New defun.
doc/misc/tramp.texi
lisp/net/tramp-sh.el
lisp/net/tramp.el