add support for fingerprint: (#54)

This commit is contained in:
Daniel Hwang
2020-05-18 23:21:26 -07:00
committed by GitHub
parent a912e225ec
commit 6b00175bad
3 changed files with 7 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ inputs:
description: 'content of ssh private key. ex raw content of ~/.ssh/id_rsa'
key_path:
description: 'path of ssh private key'
fingerprint:
description: 'sha256 fingerprint of the host public key'
proxy_host:
description: 'ssh proxy host'
proxy_port:
@@ -44,6 +46,8 @@ inputs:
description: 'content of ssh proxy private key. ex raw content of ~/.ssh/id_rsa'
proxy_key_path:
description: 'path of ssh proxy private key'
proxy_fingerprint:
description: 'sha256 fingerprint of the proxy host public key'
script:
description: 'execute commands'
script_stop: