Merge branch 'master' into 'master'
Merge request v2 for 'FiSSH' app, improved description See merge request fdroid/fdroiddata!3969
This commit is contained in:
commit
cded89633b
32
metadata/science.iodev.fissh.yml
Normal file
32
metadata/science.iodev.fissh.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
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
|
Loading…
Reference in a new issue