From c16db0ea5f3303b6d8992ae5bac5eaa9a8a8efee Mon Sep 17 00:00:00 2001 From: Ioan Moldovan Date: Mon, 26 Nov 2018 10:27:18 +0000 Subject: [PATCH] Merge request v2 for 'FiSSH' app, improved description --- metadata/science.iodev.fissh.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/science.iodev.fissh.yml diff --git a/metadata/science.iodev.fissh.yml b/metadata/science.iodev.fissh.yml new file mode 100644 index 0000000000..6eb158b855 --- /dev/null +++ b/metadata/science.iodev.fissh.yml @@ -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