fingerprint:

via https://github.com/appleboy/easyssh-proxy/pull/57
This commit is contained in:
Daniel Hwang
2020-05-18 17:41:44 -07:00
parent a912e225ec
commit 15bd8720ff
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: