From dead1effe9b44dd3eb3349ba6f6c771f19958da0 Mon Sep 17 00:00:00 2001 From: Tianhao-Gu Date: Wed, 17 Jul 2024 11:56:59 -0500 Subject: [PATCH] fix a typo --- docs/user_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index 4025146..db9505c 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -18,7 +18,7 @@ ssh -f -N -L localhost:44042:10.58.2.201:4042 @login1.berkeley. * `-f`: Run SSH command in the background. * `-N`: Do not execute a remote command. -* `-L localhost:44041:10.58.2.201:4041`: Forward port `44041` on your local machine to port `4041` on the remote machine `10.58.2.201`. +* `-L localhost:44042:10.58.2.201:4042`: Forward port `44042` on your local machine to port `4042` on the remote machine `10.58.2.201`. * ``: Your username for SSH access. Contact the KBase System Admin team if you do not have access. * `@login1.berkeley.kbase.us`: The remote SSH server. @@ -27,7 +27,7 @@ ssh -f -N -L localhost:44042:10.58.2.201:4042 @login1.berkeley. Open a web browser and navigate to the following URL: ``` -http://localhost:44041 +http://localhost:44042 ``` This will open the Jupyter Notebook interface running on the remote server.