diff --git a/README.md b/README.md index 4e2ae96..ffc8233 100644 --- a/README.md +++ b/README.md @@ -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