mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
support passphrase (#18)
* support passphrase Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
d690bdebf8
commit
e5c07fceef
3 changed files with 17 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue