Обновить galias-d.sh

This commit is contained in:
2025-08-24 18:45:39 +05:00
parent 1be505ff24
commit 1aff410ead

View File

@@ -14,4 +14,6 @@ if ls ~/.ssh/*.pub 1> /dev/null 2>&1; then
echo "=======================" echo "======================="
else else
echo "Ключ нужно создать" echo "Ключ нужно создать"
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""
fi fi