Merge branch 'fissh' into 'master'

FiSSH: make link clickable

See merge request fdroid/fdroiddata!3984
This commit is contained in:
Izzy 2018-11-28 15:45:06 +00:00
commit ae737defe1

View file

@ -11,7 +11,7 @@ Summary: SSH authentication via Fingerprint scanning over network (SSL Sockets).
Description: |- 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. 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 must run Linux and have FiSSH desktop installed - see [https://git.iodev.science/ioan/FiSSH-Desktop/src/branch/master/INSTALL.md INSTALL.md here]
* The PC app then returns the received passphrase to OpenSSH and the standard ssh binary completes the login process. * 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! * 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!