33 lines
1.2 KiB
YAML
33 lines
1.2 KiB
YAML
|
Categories:
|
||
|
- Security
|
||
|
License: MIT
|
||
|
AuthorName: IODev
|
||
|
AuthorEmail: ioan@member.fsf.org
|
||
|
WebSite: https://www.iodev.science
|
||
|
SourceCode: https://git.iodev.science/ioan/FiSSH-App.git
|
||
|
|
||
|
AutoName: FiSSH
|
||
|
Summary: SSH authentication via Fingerprint scanning over network (SSL Sockets).
|
||
|
Description: |-
|
||
|
This Android app stores your SSH key phrase and sends it to your PC securely via the LAN when an authorized fingerprint is detected by the Android fingerprint scanner.
|
||
|
|
||
|
* The PC must run Linux and have FiSSH desktop installed - see INSTALL.md here: https://git.iodev.science/ioan/FiSSH-Desktop/src/branch/master/INSTALL.md
|
||
|
* The PC app then returns the received passphrase to OpenSSH and the standard ssh binary completes the login process.
|
||
|
* It is important to note that none of the FiSSH apps have access to private key file and that FiSSH uses TLS sockets with certificate validation to prevent man-in-the-middle attacks!
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://git.iodev.science/ioan/FiSSH-App.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '2.5'
|
||
|
versionCode: 25
|
||
|
commit: '2.5'
|
||
|
subdir: app
|
||
|
gradle:
|
||
|
- yes
|
||
|
|
||
|
AutoUpdateMode: Version %v
|
||
|
UpdateCheckMode: Tags
|
||
|
CurrentVersion: '2.5'
|
||
|
CurrentVersionCode: 25
|