support passphrase (#18)

* support passphrase

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-12-30 19:50:55 +08:00 committed by GitHub
parent d690bdebf8
commit e5c07fceef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View file

@ -7,6 +7,8 @@ inputs:
port:
description: 'ssh remote port'
default: 22
passphrase:
description: 'ssh key passphrase'
username:
description: 'ssh username'
password:
@ -30,6 +32,8 @@ inputs:
description: 'ssh proxy username'
proxy_password:
description: 'ssh proxy password'
proxy_passphrase:
description: 'ssh proxy key passphrase'
proxy_timeout:
description: 'timeout for ssh to proxy host'
default: "30s"