Reputation: 407
I have a PCFDev VM and I've a p-mysql
instance binding to my-app
. I'm trying to access the mysql
instance through SSH
but get this cryptic error:
<prompt> cf create-service-key.....
<prompt> cf service-key .......
<prompt> cf ssh -N -L 63306:<hostname>:3306 my-app
Failed
Error:EOF
Can't find anything via Google.
Upvotes: 1
Views: 196
Reputation: 407
Bleh..you can't access via ssh if the app is not running..in my case it was in crashed state!
Upvotes: 1