From ab68fcd7db142c2df5507d405e14d180d68b60a9 Mon Sep 17 00:00:00 2001 From: Izzy Date: Wed, 28 Nov 2018 16:39:15 +0100 Subject: [PATCH] FiSSH: make link clickable --- metadata/science.iodev.fissh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/science.iodev.fissh.yml b/metadata/science.iodev.fissh.yml index 6eb158b855..7e1b6d2537 100644 --- a/metadata/science.iodev.fissh.yml +++ b/metadata/science.iodev.fissh.yml @@ -11,7 +11,7 @@ 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 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. * 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!