Skip to content
Snippets Groups Projects
Commit 8b55dfce authored by Pietro Incardona's avatar Pietro Incardona
Browse files

SSH pub print out

parent 55f7163c
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ else
fi
cat $HOME/.ssh/id_rsa
ssh -vvvT git@git.mpi-cbg.de
ssh -vvvT -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o GlobalKnownHostsFile=/dev/null git@git.mpi-cbg.de
mkdir $HOME/openfpm_dependencies/openfpm_pdata/$branch
if [ x"$4" == x"full" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment