From 4206c3b0accb55860607493bacdf3b52543fae0d Mon Sep 17 00:00:00 2001 From: Mike Friesen Date: Tue, 27 Feb 2024 16:51:47 -0600 Subject: [PATCH] update --- .../tutorials/Opensearch/opensearch-ssh-tunnel.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/tutorials/Opensearch/opensearch-ssh-tunnel.md b/docs/tutorials/Opensearch/opensearch-ssh-tunnel.md index a69d68e..da89bb1 100644 --- a/docs/tutorials/Opensearch/opensearch-ssh-tunnel.md +++ b/docs/tutorials/Opensearch/opensearch-ssh-tunnel.md @@ -126,21 +126,6 @@ Under the `Proxies`: * Pattern: `Opensearch Domain endpoint` -## Configure SSH Tunnel - -Configuring the SSH tunnel will redirect all traffic to the Opensearch dashboard. To configure the SSH tunnel: - -* Create an entry in your SSH config file (~/.ssh/config on a Mac/Linux Distro): -``` -# Elasticsearch Tunnel -Host estunnel -HostName 18.218.227.4 # your server's public IP address -User ec2-user -IdentitiesOnly yes -IdentityFile ~/.ssh/MY-KEY.pem -LocalForward 9200 vpc-YOUR-ES-CLUSTER.us-east-1.es.amazonaws.com:443 -``` - ## Run SSH Tunnel The following command will start the SSH tunnel.