chore: support use_insecure_cipher (#57)

This commit is contained in:
Bo-Yi Wu 2020-05-24 10:54:31 +08:00 committed by GitHub
parent 6b00175bad
commit c9eebc1cde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 1 deletions

View file

@ -16,6 +16,9 @@ inputs:
sync:
description: 'synchronous execution if multiple hosts'
default: false
use_insecure_cipher:
description: 'include more ciphers with use_insecure_cipher'
default: false
timeout:
description: 'timeout for ssh to host'
default: "30s"
@ -48,6 +51,9 @@ inputs:
description: 'path of ssh proxy private key'
proxy_fingerprint:
description: 'sha256 fingerprint of the proxy host public key'
proxy_use_insecure_cipher:
description: 'include more ciphers with use_insecure_cipher'
default: false
script:
description: 'execute commands'
script_stop: