Skip to content

Commit e2ba35b

Browse files
committed
Fixed ssh tunnel command in doc
1 parent 59d8859 commit e2ba35b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ LOCAL_PORT=8000
4343
REMOTE_USER=...
4444
REMOTE_HOST_IP=...
4545
46-
ssh $REMOTE_USER@$REMOTE_HOST_IP -L $LOCAL_PORT:$REMOTE_HOST_IP:$REMOTE_PORT -N
46+
ssh $REMOTE_USER@$REMOTE_HOST_IP -L $LOCAL_PORT:127.0.0.1:$REMOTE_PORT -N
4747
```
4848
should work and forward the remote port `REMOTE_PORT` to the `LOCAL_PORT` on
4949
localhost, so that `fractal-web` can use it from the local machine. Note that

0 commit comments

Comments
 (0)