wip
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user