hashbang.sh icon indicating copy to clipboard operation
hashbang.sh copied to clipboard

src/hashbang.sh: Support absent private keys

Open KellerFuchs opened this issue 2 years ago • 5 comments

This will make things work for users with smartcards and equivalents ... or apparently those running the signup script on a remote machine with SSH agent forwarding. :sweat_smile:

KellerFuchs avatar May 08 '23 04:05 KellerFuchs

@alexlehm Could you try this and confirm it fixes your issue? The script can be run directly from src/hashbang.sh, or by fetching static/index.html and using gpg to validate and remove the signature.

KellerFuchs avatar May 08 '23 04:05 KellerFuchs

@KellerFuchs yes, it works now for my setup

alexlehm avatar May 10 '23 22:05 alexlehm

@RyanSquared If you could review/merge/build/push at some point that'd be swell ;3

still hasn't had the spoons to make podman work over Tor, to push images.

KellerFuchs avatar May 13 '23 12:05 KellerFuchs

I've approved this but I'm unsure of why GitHub isn't happy with it. It is saying the commits are not signed. However, git verify-commit $(git log --format=%H origin/master..HEAD) shows they are all signed.

RyanSquared avatar May 19 '23 15:05 RyanSquared

It is saying the commits are not signed. However, git verify-commit $(git log --format=%H origin/master..HEAD) shows they are all signed.

github cares too much about the UID

daurnimator avatar May 23 '23 11:05 daurnimator