aaaaarrrgghhh
aaaaarrrgghhh

Reputation: 407

Accessing Services using SSH fails in PCFDev

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

Answers (1)

aaaaarrrgghhh
aaaaarrrgghhh

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

Related Questions