在 PCFDev 中使用 SSH 访问服务失败
Accessing Services using SSH fails in PCFDev
我有一个 PCFDev 虚拟机,并且有一个 p-mysql
实例绑定到 my-app
。我正在尝试通过 SSH
访问 mysql
实例,但得到这个神秘错误:
<prompt> cf create-service-key.....
<prompt> cf service-key .......
<prompt> cf ssh -N -L 63306:<hostname>:3306 my-app
Failed
Error:EOF
无法通过 Google 找到任何内容。
Bleh..如果应用程序不是 运行,则无法通过 ssh 访问。.在我的情况下,它处于崩溃状态!
我有一个 PCFDev 虚拟机,并且有一个 p-mysql
实例绑定到 my-app
。我正在尝试通过 SSH
访问 mysql
实例,但得到这个神秘错误:
<prompt> cf create-service-key.....
<prompt> cf service-key .......
<prompt> cf ssh -N -L 63306:<hostname>:3306 my-app
Failed
Error:EOF
无法通过 Google 找到任何内容。
Bleh..如果应用程序不是 运行,则无法通过 ssh 访问。.在我的情况下,它处于崩溃状态!