I tried to add generated ssh id_rsa to the gitlab-ci
.
Command I have found is echo "$SSH_PRIVATE_KEY" | ssh-add -
.
I can not find any information about param -
that was added to command ssh-add
.
How can I interprate this?
In a man
I have found information about running it without any argument and some flags but add single dash is not describe there.
I used ubuntu latest image for this process