<ssh_id>@<IP address>
eg.ssh -L 127.0.0.1:26657:127.0.0.1:26657<ssh_id>@<IP address>
connects your local port 26657 with your cloud's port 26657. This is just one of the way you can connect your local machine with your cloud instance to connect your HD wallets. The command should look something like:Alternatively, you can add the--node flag
and ensure that your IP address has either been whitelisted or your port is open. Also you can consider configuring your config.toml file to set your node up.