Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created April 10, 2017 18:46
Show Gist options
  • Save s3w47m88/782eb8aa5c59a6a8c04d3974fe5fe448 to your computer and use it in GitHub Desktop.
Save s3w47m88/782eb8aa5c59a6a8c04d3974fe5fe448 to your computer and use it in GitHub Desktop.
Spoofing
TASK [deploy : Clone project files] ********************************************
System info:
Ansible 2.2.1.0; Darwin
Trellis at "Remove potentially dangerous `db_import` option"
---------------------------------------------------
Cloning into '/srv/www/kangapestcontrol.com/shared/source'...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING:********@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ED25519 key sent by the remote host is
SHA256:moaEbSx88/SMsAmDAnJhfGPuxyKL69P1L236M0Fv2zA.
Please contact your system administrator.
Add correct host key in /home/web/.ssh/known_hosts to get rid of this
message.
Offending RSA key in /home/web/.ssh/known_hosts:5
remove with:
ssh-keygen -f "/home/web/.ssh/known_hosts" -R gitlab.iteratemarketing.com
ED25519 host key for gitlab.iteratemarketing.com has changed and you have
requested strict checking.
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Cloning into '/srv/www/kangapestcontrol.com/shared/source'...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: POSSIBLE DNS SPOOFING DETECTED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
The ED25519 host key for gitlab.iteratemarketing.com has changed,
and the key for the corresponding IP address 50.112.185.53
is unknown. This could either mean that
DNS SPOOFING is happening or the IP address for the host
and its host key have changed at the same time.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the ED25519 key sent by the remote host is
SHA256:moaEbSx88/SMsAmDAnJhfGPuxyKL69P1L236M0Fv2zA.
Please contact your system administrator.
Add correct host key in /home/web/.ssh/known_hosts to get rid of this
message.
Offending RSA key in /home/web/.ssh/known_hosts:5
remove with:
ssh-keygen -f "/home/web/.ssh/known_hosts" -R gitlab.iteratemarketing.com
ED25519 host key for gitlab.iteratemarketing.com has changed and you have
requested strict checking.
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
fatal: [staging.kangapestcontrol.com]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
...ignoring
TASK [deploy : Failed connection to remote repo] *******************************
System info:
Ansible 2.2.1.0; Darwin
Trellis at "Remove potentially dangerous `db_import` option"
---------------------------------------------------
Git repo [email protected]:s3w47m88/kangapestcontrol.com.git
cannot be accessed. Please verify the repository exists and you have SSH
forwarding set up correctly.
More info:
> https://roots.io/trellis/docs/deploys/#ssh-keys
> https://roots.io/trellis/docs/ssh-keys/#cloning-remote-repo-using-ssh-
agent-forwarding
fatal: [staging.kangapestcontrol.com]: FAILED! => {"changed": false, "failed": true}
to retry, use: --limit @/Users/spencerhill/Sites/kangapestcontrol.com/trellis/deploy.retry
PLAY RECAP *********************************************************************
localhost : ok=0 changed=0 unreachable=0 failed=0
staging.kangapestcontrol.com : ok=6 changed=2 unreachable=0 failed=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment