I am trying to expose an SSH port from my local system to a Bluemix service via securegateway.
I can see the securegateway client showing as connected. On my client, my acl allows port 22 from all.
I have a securegateway destination set up with my local machine's IP and ssh port.
However when I connect to the cloudhost:port for this ssh destination, the connection times out. There is no firewall blocking access to port 22 on the local machine and I've confirmed that SSH is indeed listening.
What could be the problem?