Skip to content
Snippets Groups Projects
Commit 1e27ee2e authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix host key checking

parent fc452501
No related branches found
No related tags found
No related merge requests found
Pipeline #6568 failed
......@@ -31,6 +31,7 @@ devteam-prod:
- echo "$SSH_DEVTEAM_PROD" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh/socket
- chmod 700 ~/.ssh
- cp .magic_ssh_config ~/.ssh/config
script:
- scp -P 10022 -r $PWD/* developer@devteam-prod.sch.bme.hu:/home/production/prod/python-presentation/
only:
......
Host centaur.sch.bme.hu
Host *
StrictHostKeyChecking no
ControlMaster auto
ControlPersist yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment