We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac16250 commit f6e3ba2Copy full SHA for f6e3ba2
misc/README.md
@@ -13,6 +13,7 @@ pip install --proxy=http://[user:password@]<proxy server>:8080 xgboost
13
```
14
15
## Forward a port from remote server to localhost
16
+[Reference](https://www.ssh.com/ssh/tunneling/example)
17
```bash
18
ssh -L <local port>:localhost:<remote port> <remote server>
19
0 commit comments