This commit is contained in:
Роман Аникеев 2024-11-07 03:29:09 +03:00
parent 45e02d9271
commit 4b98eef2bf
Signed by: ARNik
SSH Key Fingerprint: SHA256:F1x9evuaS3PplG/HMbbzAvakgX0qxDsYIqRqw75cQhE

View File

@ -16,12 +16,6 @@
echo "$(git config --get user.name) $(cat ~/.ssh/id_ed25519.pub)" >> ~/.ssh/allowed_signers echo "$(git config --get user.name) $(cat ~/.ssh/id_ed25519.pub)" >> ~/.ssh/allowed_signers
``` ```
и указать на него GIT:
```
git config --global gpg.ssh.allowedSignersFile ~/.ssh/allowed_signers
```
Добавляем соответствующие настройки в GIT: Добавляем соответствующие настройки в GIT:
``` ```