نوشته‌های امیر

SSH Signing Git Commits

۱۹ اسفند ۱۴۰۴

Frontmatter
KeyValue
created2026-03-10 10:09:15
shamsi1404-12-19 10:09:15
calendar[[2026-03-10]]
titleSSH Signing Git Commits
publishtrue
modified2026-03-10 10:09:15
خانه

❯

جعبه یادداشت

❯

SSH Signing Git Commits

Gemini. Edited.

To use SSH signing instead of GPG for Git commits, follow these three quick steps:

git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/id_ed25519.pub
git config --global commit.gpgsign true

This way all your messages would be signed and have verified tag. (Tested and working on Gitlab)

git
Generate SSH Key

https://docs.gitlab.com/user/project/repository/signed_commits/ssh/


نمای گراف

ساخته شده با Quartz v4.5.2 © 2026

  • Github
  • Linkedin
  • Telegram
  • Persian Blog
  • English Blog