diff --git a/galias-d.sh b/galias-d.sh index de9aff1..61d5a19 100644 --- a/galias-d.sh +++ b/galias-d.sh @@ -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