Elliptica FoilAuth
Console variant of the Harbour Foil Auth application.
May be used for automatic retrieval of a temporary password by means of other channels (e.g. ssh link to phone). I'll provide some helper in the future for this probably.
Currently it gets password from env variable SECRET or via command argument (-p, --password). Former variant is more secure IMHO.
You can write some script like this:
$$cat totp: #!/bin/bash read SECRET elliptica-foilauth $@ 2>> foil.err.log
And then use it like this:
ssh defaultuser@%SFOS-Device% totp -i %account label% < passwordfile | xclip -selection clipboard && echo Success
You could even create custom protocol handler for totp: URL sceme with desktop file right from the browser.
Category:
Attachment | Size | Date |
---|---|---|
elliptica-foilauth-1.1.11.ell-1.37.1.jolla_.armv7hl.rpm | 176.39 KB | 16/12/2024 - 21:38 |
elliptica-foilauth-1.1.11.ell-1.37.1.jolla_.aarch64.rpm | 202.85 KB | 16/12/2024 - 21:38 |
elliptica-foilauth-1.1.11.ell-1.37.1.jolla_.i486.rpm | 216.52 KB | 16/12/2024 - 21:38 |
elliptica-foilauth-1.1.10.ell-1.33.1.jolla_.armv7hl.rpm | 175.64 KB | 11/12/2024 - 22:37 |
elliptica-foilauth-1.1.10.ell-1.33.1.jolla_.aarch64.rpm | 203.34 KB | 11/12/2024 - 22:37 |
elliptica-foilauth-1.1.10.ell-1.33.1.jolla_.i486.rpm | 216.04 KB | 11/12/2024 - 22:37 |
- [foilauth] Added UI for configuring auto-lock delay
- [foilauth] Added UI for configuring the front camera option
- [foilauth] Allow to scan QR code with the front camera
- [foilauth] Do not run the countdown timer at startup
- [foilauth] Dropped unused context properties
- [foilauth] Fixed the default value for the frontCamera option
- [foilauth] Use wakeup timer for auto-lock
- [foil] Pulled in libfoil 1.0.30
- [libglibutil] Update to 1.0.79
Laatste reacties