Question
SSH for gitlab CI
Hi
I’m trying to setup gitlab CI.
I need to understand how to install ssh to be able to copy files to the webserver.
Im reading these two docs:
https://docs.gitlab.com/ee/ci/ssh_keys/README.html
https://docs.gitlab.com/ee/ssh/README.html#generating-a-new-ssh-key-pair
I would like to make this yml work for me:
https://medium.com/@hfally/a-gitlab-ci-config-to-deploy-to-your-server-via-ssh-43bf3cf93775
I have created the ssh key on the webserver and on the gitlab server I added the public key.
And then I set varaible SSHPRIVATEKEY as the private key.
When I run pipeline I get: Permission denied (publickey,password).
Do I need to do anyting on the gitlab runner macchine?
Br
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×