missing Ciphers config

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2020-04-30 15:49:00 +08:00
parent 9c9e7914ce
commit ec9d02ec38
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func (p Plugin) exec(host string, wg *sync.WaitGroup, errChannel chan error) {
KeyPath: p.Config.Proxy.KeyPath,
Passphrase: p.Config.Proxy.Passphrase,
Timeout: p.Config.Proxy.Timeout,
Ciphers: p.Config.Ciphers,
Ciphers: p.Config.Proxy.Ciphers,
},
}