部署 求助关于一个 vagrant 的问题

xwf286 · March 22, 2014 · Last by string2020 replied at September 03, 2014 · 2214 hits

有没有办法在 vagrant 虚拟机中使用 capistrano 部署到 vps 上面, 我试了一下, 错误信息如下: connection failed for: 61.174.13.33 (Net::SSH::AuthenticationFailed: Authentication failed for user [email protected])

这里的关键是 ssh 使用的是 22 端口,而 vagrant 中会把虚拟机的 22 端口映射到主机的 2222,怎么解决这个问题呢

解决了,是 net-ssh 的问题,2.8 版本太高了

#1 楼 @xwf286 假如说是把 A 主机发布到 B 主机上去 请问,是 A 上面的版本太高,还是 B 上面的版本太高

You need to Sign in before reply, if you don't have an account, please Sign up first.