Compare commits

..

1 Commits

Author SHA1 Message Date
Jesse
959b1cbd4d
Merge 5b73b09c92 into 8b84eaec3a 2024-10-23 19:17:29 +00:00
2 changed files with 0 additions and 4 deletions

View File

@ -35,7 +35,6 @@ See [action.yml](./action.yml) for more detailed information.
| fingerprint | SHA256 fingerprint of the host public key | | | fingerprint | SHA256 fingerprint of the host public key | |
| proxy_host | SSH proxy host | | | proxy_host | SSH proxy host | |
| proxy_port | SSH proxy port | 22 | | proxy_port | SSH proxy port | 22 |
| proxy_protocol | SSH proxy protocol version (tcp, tcp4, tcp6) | tcp |
| proxy_username | SSH proxy username | | | proxy_username | SSH proxy username | |
| proxy_password | SSH proxy password | | | proxy_password | SSH proxy password | |
| proxy_passphrase | SSH proxy key passphrase | | | proxy_passphrase | SSH proxy key passphrase | |

View File

@ -43,9 +43,6 @@ inputs:
description: "SSH proxy username." description: "SSH proxy username."
proxy_password: proxy_password:
description: "SSH 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: proxy_passphrase:
description: "SSH proxy key passphrase." description: "SSH proxy key passphrase."
proxy_timeout: proxy_timeout: