-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
matej smycka
committed
May 24, 2024
1 parent
64cbb69
commit c6e05f0
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,9 @@ | |
|
||
linux-id is FIDO token implementation for Linux that protects the token keys by using your system's TPM. linux-id uses Linux's [uhid](https://github.com/psanford/uhid) facility to emulate a USB HID device so that it is properly detected by browsers. | ||
|
||
## Persistent setup | ||
## Setup | ||
|
||
You can install by running the following commands:s | ||
|
||
```bash | ||
git clone [email protected]:matejsmycka/linux-id.git | ||
|
@@ -14,6 +16,9 @@ chmod +x install.sh | |
./install.sh | ||
``` | ||
|
||
Or you can download the latest release from the [releases page]( | ||
|
||
|
||
## TPM-FIDO | ||
|
||
This project is a fork of Psanford's [tpm-fido](https://github.com/psanford/tpm-fido) project. | ||
|