You've already forked scp-action
mirror of
https://gitea.com/drucker/scp-action.git
synced 2025-08-10 13:09:48 +00:00
docs: add fingerprint flag
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@ inputs:
|
||||
description: 'path of ssh private key'
|
||||
passphrase:
|
||||
description: 'ssh key passphrase'
|
||||
fingerprint:
|
||||
description: 'fingerprint SHA256 of the host public key, default is to skip verification'
|
||||
target:
|
||||
description: 'target path on the server'
|
||||
source:
|
||||
@@ -59,6 +61,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: 'fingerprint SHA256 of the host public key, default is to skip verification'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
Reference in New Issue
Block a user