速報APP / 工具 / FiSSH

FiSSH

價格:免費

更新日期:2019-03-14

檔案大小:1.6M

目前版本:3.0

版本需求:Android 6.0 以上版本

官方網站:https://www.iodev.science

Email:ioan@iodev.science

聯絡地址:Romania, Bucharest, Sector 5, Jiblea Street, Nr 27A

FiSSH(圖1)-速報App

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 app is free open-source software (licensed MIT)

The PC must either run Linux or Windows to use FiSSH.

FiSSH for Linux is available on GitLab together with install instructions at: https://gitlab.com/ioanm/fissh-desktop/blob/master/INSTALL.md.

FiSSH for Windows uses the Windows Subsystem for Linux. The Windows edition is also open source and published to: https://gitlab.com/ioanm/fissh-windows.

FiSSH(圖2)-速報App

To install FiSSH for Windows run the command inside WSL (Windows Subsystem for Linux) UBUNTU distro:

curl https://gitlab.com/ioanm/fissh-windows/raw/master/Release/install.sh | sudo bash

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!

Source Code:

FiSSH(圖3)-速報App

Linux part - https://www.gitlab.com/ioanm/FiSSH-Desktop

Android app - https://www.gitlab.com/ioanm/FiSSH-App