This commit is contained in:
2025-08-24 19:22:36 +05:00
parent 312d7463db
commit 5b8f946a46

View File

@@ -29,7 +29,7 @@ if read_ssh_pub_key; then
echo "✅ Ключ успешно прочитан"
else
echo "Создаем новый ключ..."
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N ""
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -N "" > /dev/null
read_ssh_pub_key
fi