How to ssh into eleasticsearch vm host ? This is for self managed ES on Azure

I can ssh into kibana vm host using the IP address using putty ssh.
I have tried to do same for elastic node vm and it does not work.
I tried to ssh into elastic node from kibana host and it does not work for me.
Please guide. Thanks

You can ssh into Elasticsearch node VMs from the Kibana VM; Port 22 is not exposed to the public internet on Elasticsearch node VMs.

Take a look at the accessing nodes documentation for more details.

Many thanks. The info is very helpful.

The trick was that I have to use private IP address from Kibana host. All set now. Thanks again.