Someone could be eavesdropping on you right now

具體報錯如下:
+ ssh -t -t -i /home/tool/myh.pem [email protected] rm -rf /ROOT/www/vue/static
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    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 ECDSA key sent by the remote host is
SHA256:39LQr5vlVre4J5vD3MvJVf5n0t7Aew3bnqGM.
Please contact your system administrator.
Add correct host key in /var/jenkins_home/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /var/jenkins_home/.ssh/known_hosts:11
  remove with:
  ssh-keygen -f "/var/jenkins_home/.ssh/known_hosts" -R 52.24.23.121
ECDSA host key for 52.24.23.121 has changed and you have requested strict checking.
Host key verification failed.
Build step '執行 shell' marked build as failure
Finished: FAILURE

 

我的是加上這個就可以了,紅色部分:

scp -r -i '/home/tool/myh.pem' -oStrictHostKeyChecking=no /home/tool/myh.pem [email protected]:/ROOT/www/xd

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章