Skip to content

Commit f6e3ba2

Browse files
authored
Update README.md
1 parent ac16250 commit f6e3ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ pip install --proxy=http://[user:password@]<proxy server>:8080 xgboost
1313
```
1414

1515
## Forward a port from remote server to localhost
16+
[Reference](https://www.ssh.com/ssh/tunneling/example)
1617
```bash
1718
ssh -L <local port>:localhost:<remote port> <remote server>
1819
```

0 commit comments

Comments
 (0)