mirror of
https://github.com/appleboy/drone-scp.git
synced 2026-06-04 18:23:59 +08:00
[ci skip] docs: add ProxyCommand docs. (#49)
* docs: add ProxyCommand docs.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user