tillitis / tkey-ssh-agent

SSH Agent for TKey, the flexible open hardware/software USB security key 🔑
https://www.tillitis.se
BSD 2-Clause "Simplified" License
131 stars 15 forks source link

Embed tagged signer in tkey-ssh-agent #106

Closed mchack-work closed 8 months ago

mchack-work commented 11 months ago

Like in tkey-sign-cli we want to embed the pre-compiled signer app directly in the repo. We keep all the build scripts to rebuild stuff, obviously, and still use that in the CI.

We keep a digest to be sure nothing changed, always checked with CI.

Embedding the binary in the repo enables go install.

mchack-work commented 10 months ago

Draft PR now available. Not yet tested.

mchack-work commented 10 months ago

Tested on Linux. Works fine.

Needs testing on Windows and macOS.