ruby on rails - SSH in Engine Yard -
i've got large problems ruby on rails deployment on ey. support has said need ssh in clear errors... following:
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ warning: remote host identification has changed! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ possible doing nasty! eavesdropping on right (man-in-the-middle attack)! possible rsa host key has been changed. fingerprint rsa key sent remote host 80:4c:5f:dd:98:bb:cb:01:6c:a9:11:41:29:56:66:86. please contact system administrator. add correct host key in /users/jameshughes/.ssh/known_hosts rid of message. offending key in /users/jameshughes/.ssh/known_hosts:1 rsa host key ec2-184-73-167-153.compute-1.amazonaws.com has changed , have requested strict checking. host key verification failed. [process completed]
how add correct key known_hosts file?
update
please see @womble's comment below , reply. @womble notes, if use stricthostkeychecking no
open man in middle attacks. i've talked engineyard (last time checked, stricthostkeychecking no
recommending in documentation). believe using stricthostkeychecking=ask
better alternative. else know if there better solution using stricthostkeychecking=ask
?
i ran same issue , seemed work me. need add "stricthostkeychecking no" after "'~/.ssh/config'':"
engine yard has pretty article on it. man in middle issue near bottom. http://docs.engineyard.com/ssh-keys-and-configuration.html
now when ssh still warning, able access server. started getting warning after stopped , restarted instance.
Comments
Post a Comment