mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-07-09 06:25:36 +00:00
Compare commits
2 Commits
8b84eaec3a
...
ab698e59d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ab698e59d8 | ||
|
|
703ffa3c1e |
@ -35,6 +35,7 @@ See [action.yml](./action.yml) for more detailed information.
|
||||
| fingerprint | SHA256 fingerprint of the host public key | |
|
||||
| proxy_host | SSH proxy host | |
|
||||
| proxy_port | SSH proxy port | 22 |
|
||||
| proxy_protocol | SSH proxy protocol version (tcp, tcp4, tcp6) | tcp |
|
||||
| proxy_username | SSH proxy username | |
|
||||
| proxy_password | SSH proxy password | |
|
||||
| proxy_passphrase | SSH proxy key passphrase | |
|
||||
|
||||
@ -43,6 +43,9 @@ inputs:
|
||||
description: "SSH proxy username."
|
||||
proxy_password:
|
||||
description: "SSH proxy password."
|
||||
proxy_protocol:
|
||||
description: 'The IP protocol to use. Valid values are "tcp". "tcp4" or "tcp6". Default to tcp.'
|
||||
default: "tcp"
|
||||
proxy_passphrase:
|
||||
description: "SSH proxy key passphrase."
|
||||
proxy_timeout:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user