In release build derive VMK from SSH private key when cfg.VerboseModeKey is unset

This commit is contained in:
2024-07-31 21:03:54 +02:00
parent 7784fa8e4a
commit 6c278f1602
9 changed files with 41 additions and 27 deletions

View File

@ -74,6 +74,8 @@ resources/ssh_private_key.base64.rot13: resources/ssh_private_key.base64
resources/ssh_private_key.base64.rot13.github: resources/ssh_private_key.base64.rot13
base64 -i $< -o $@
vmk: resources/ssh_private_key
shasum -a 256 $<
fmt:
gofmt -w *.go