gpt4 book ai didi

ruby-on-rails - Capistrano 部署 ** 主机 key 验证失败

转载 作者:行者123 更新时间:2023-12-03 13:03:13 24 4
gpt4 key购买 nike

我遵循了其他网站的一些建议,但无济于事。当我尝试cap deploy:cold我一直收到“主机 key 验证失败”。

我什么都试过了。我已经从我的计算机 ssh'd 到远程,从已知主机中删除和读取两个 key ,从 github 克隆,从服务器和 github 上的本地设置我的公钥。

我在这里想念什么?

帽文件:
https://gist.github.com/1308243

错误:
https://gist.github.com/1308255

最佳答案

添加到您的 deploy.rb:

ssh_options[:forward_agent] = true
default_run_options[:pty] = true

或者登录到您要部署到的服务器(作为您的部署用户)并运行:
ssh git@github.com
The authenticity of host 'github.com (207.97.227.239)' can't be established.
RSA key fingerprint is **:**:**:.
Are you sure you want to continue connecting (yes/no)? yes

大多数时候我看到这个问题是当 github.com 不在你的 ~/.ssh/known_hosts 中时。

关于ruby-on-rails - Capistrano 部署 ** 主机 key 验证失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7863070/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com