mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
chore: support use_insecure_cipher (#57)
This commit is contained in:
parent
6b00175bad
commit
c9eebc1cde
4 changed files with 19 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue