From e81f78f330b84aa465310ad62893f15584ef5bc4 Mon Sep 17 00:00:00 2001 From: Wanwiset Peerapatanapokin Date: Wed, 11 Dec 2024 11:23:25 +0400 Subject: [PATCH] Update launch_subnet.md --- docs/subnet/install_guide/launch_subnet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/subnet/install_guide/launch_subnet.md b/docs/subnet/install_guide/launch_subnet.md index c29abe8..b2a8dde 100644 --- a/docs/subnet/install_guide/launch_subnet.md +++ b/docs/subnet/install_guide/launch_subnet.md @@ -44,6 +44,7 @@ title: Upgrading the Subnet If you are running this on a remote server.

first use ssh tunnel: ssh -N -L localhost:5210:localhost:5210 USERNAME@IP_ADDRESS -i SERVER_KEY_FILE + **if you're using VSCode to SSH, the port might be forwarded to your machine automatically (no need for above step)