Skip to content

Commit ee39354

Browse files
author
xtutran
committed
merge
2 parents f2dcdad + f6e3ba2 commit ee39354

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)