From f79c8fa316082bfdd2e8cc17f19a918abefdef02 Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Wed, 8 Sep 2021 09:20:31 +0200
Subject: [PATCH] Genereting and printing

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index d04f6de63..8bda35f93 100755
--- a/build.sh
+++ b/build.sh
@@ -20,7 +20,7 @@ echo "compilation type: $comp_type"
 echo "Branch name: $branch"
 echo "GPU compilation: $with_gpu"
 
-ssh-keygen -b 2048 -t rsa -q -N ""
+ssh-keygen -q -t rsa -N '' <<< $'\ny' >/dev/null 2>&1
 
 echo "Content: $(ls $HOME/.ssh)"
 echo "Public Key: $(cat $HOME/.ssh/id_rsa.pub)" 
-- 
GitLab