Closed DominikBiggerPicture closed 2 months ago
You can do that with a single command, simply forward the port, e.g.
ssh -L 1337:localhost:9200 user@server
This will map port 9200
on server
to port 1337
on your local machine. Connect to localhost:9200
in elasticvue to access your cluster.
Description It would be nice could connect by SSH to external server.