Skip to content

Latest commit

 

History

History
 
 

.ssh

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

(C) 2024 Swudu Susuwu, dual licenses: choose GPLv2 or Apache 2 (allows all uses).

Purposes

./.ssh/ is to compute signatures/certificates.

  • ./.ssh/setup.sh is to setup gpg.ssh.allowedSignersFile (allows to use git verify <ref> or git log --show-signature)
  • ./.ssh/id_ed25519.pub is used at .ssh/setup.sh to produce .ssh/allowed_signers + .ssh/sha256.sig.
  • ./.ssh/email_of_contributor is used at .ssh/setup.sh to produce .ssh/allowed_signers.
  • ./.ssh/allowed_signers is required for gpg.ssh.allowedSignersFile (included in case .ssh/setup.sh fails to produce this.)
  • ./.ssh/sha256.sig is for comparison to the results of git verify <ref> or git log --show-signature (included in case .ssh/setup.sh fails to produce this.)