This commit is contained in:
2024-11-07 03:36:09 +03:00
parent 478c974335
commit 9b46a2152e

View File

@@ -13,7 +13,7 @@
Чтобы верифицировать подписи локально, нужно создать файл с доверенными ключами...
```
echo "$(git config --get user.name) $(cat ~/.ssh/id_ed25519.pub)" >> ~/.ssh/allowed_signers
echo "$(git config --get user.name) $(cat ~/.ssh/id_rsa.pub)" >> ~/.ssh/allowed_signers
```