[ci skip] docs: add ProxyCommand docs. (#49)

* docs: add ProxyCommand docs.
This commit is contained in:
Bo-Yi Wu
2017-03-07 11:12:49 +08:00
committed by GitHub
parent 72c123f390
commit 3121cb2aaa
+14
View File
@@ -11,6 +11,20 @@ Copy files and artifacts via SSH using a binary, docker or [Drone CI](http://rea
* [x] Support send files to multiple host.
* [x] Support send files to multiple target folder on host.
* [x] Support load ssh key from absolute path or raw body.
* [x] Support SSH ProxyCommand.
```
+-------+ +----------+ +-----------+
| Laptop| <--> | Jumphost | <--> | FooServer |
+-------+ +----------+ +-----------+
OR
+-------+ +----------+ +-----------+
| Laptop| <--> | Firewall | <--> | FooServer |
+-------+ +----------+ +-----------+
192.168.1.5 121.1.2.3 10.10.29.68
```
## Build or Download a binary