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

Home

❯

جعبه یادداشت

❯

SSH Signing Git Commits

SSH Signing Git Commits

Properties2
tags—
aliases—

۱۹ اسفند ۱۴۰۴زمان تقریبی مطالعه: 1 دقیقه

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/


Graph View

ساخته شده با Quartz v5.0.0 © 2026

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