1
1
Fork 0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-03-28 14:46:19 +01:00

docs(readme): enhance network protocol support and testing
Some checks failed
testing main branch / default-user-name-password (push) Failing after 3m7s
testing main branch / support-key-passphrase (push) Failing after 3m4s
testing main branch / check-ssh-key (push) Failing after 3m6s
testing main branch / testing ipv6 (push) Failing after 3s
testing main branch / support-ed25519-key (push) Failing after 5s
testing main branch / testing-with-env (push) Failing after 5s
testing stable version / check-ssh-key (push) Failing after 3s
testing stable version / support-key-passphrase (push) Failing after 3s
testing stable version / default-user-name-password (push) Failing after 3s
testing stable version / support-ed25519-key (push) Failing after 3s
testing stable version / testing-with-env (push) Failing after 3s
testing main branch / multiple-server (push) Failing after 3m36s
testing stable version / multiple-server (push) Failing after 3s

- Add `proxy_protocol` option to the README with possible values `tcp`, `tcp4`, `tcp6` and default `tcp`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
appleboy 2024-10-28 22:37:55 +08:00
parent 703ffa3c1e
commit ab698e59d8
No known key found for this signature in database

View file

@ -35,6 +35,7 @@ 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 | |