diff --git a/docs/user_guide.md b/docs/user_guide.md index 97dd2ae..4025146 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -13,7 +13,7 @@ Execute the following command to create an SSH tunnel to the remote server (`login1.berkeley.kbase.us`): ```bash -ssh -f -N -L localhost:44042:10.58.2.201:4042 @login1.berkeley.kbase.us +ssh -f -N -L localhost:44042:10.58.2.201:4042 @login1.berkeley.kbase.us ``` * `-f`: Run SSH command in the background.