diff options
| author | Robert Pluim | 2024-11-26 17:57:47 +0100 |
|---|---|---|
| committer | Robert Pluim | 2024-11-26 18:01:38 +0100 |
| commit | 775290efdf18e67bd0726190fe86326c112a27bf (patch) | |
| tree | 406c34811931fd18bb47f28763c41c714814f5ca | |
| parent | 3fe787ad4d5894df5b540dbd195128118c949c7c (diff) | |
| download | emacs-775290efdf18e67bd0726190fe86326c112a27bf.tar.gz emacs-775290efdf18e67bd0726190fe86326c112a27bf.zip | |
; * doc/misc/tramp.texi (Frequently Asked Questions): Minor edits.
| -rw-r--r-- | doc/misc/tramp.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index b573b32e044..e1d50972583 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -5589,14 +5589,14 @@ disable @command{ssh-agent} for such keys. | |||
| 5589 | 5589 | ||
| 5590 | 5590 | ||
| 5591 | @item | 5591 | @item |
| 5592 | Does @value{tramp} support a fingerprint reader? | 5592 | Does @value{tramp} support fingerprint readers? |
| 5593 | 5593 | ||
| 5594 | Yes. A fingerprint reader could be used as additional authentication | 5594 | Yes. A fingerprint reader can be used as an additional authentication |
| 5595 | method for @option{sudo}-based logins. @value{tramp} supports the | 5595 | method for @option{sudo}-based logins. @value{tramp} supports the |
| 5596 | additional handshaking messages for it@footnote{It supports | 5596 | required additional handshaking messages@footnote{It supports |
| 5597 | fingerprint readers driven by @command{fprintd}.}. If the fingerprint | 5597 | fingerprint readers driven by @command{fprintd}.}. If the fingerprint |
| 5598 | isn't recognized by the fingerprint reader in time, the authentication | 5598 | isn't recognized by the fingerprint reader in time, authentication |
| 5599 | falls back to request a password. | 5599 | falls back to requesting a password. |
| 5600 | 5600 | ||
| 5601 | @vindex tramp-use-fingerprint | 5601 | @vindex tramp-use-fingerprint |
| 5602 | If the user option @code{tramp-use-fingerprint} is @code{nil}, | 5602 | If the user option @code{tramp-use-fingerprint} is @code{nil}, |