Hi SAP Community,
I have followed the below document to open a db tunnel for a hana db on CF environment using CF CLI -
Command I used–
cf ssh -L localhost:30015:10.253.176.99:30041 CORE_DB –N
I collected host and port from the security group details for the hana db.
However, I get the below error while executing the command –
Error opening SSH connection: dial tcp: lookup ssh.cf.eu10.hana.ondemand.com: getaddrinfow: No such host is known
Kindly help.