|
2 | 2 |
|
3 | 3 | English | [繁體中文](./README.zh-tw.md) | [简体中文](./README.zh-cn.md)
|
4 | 4 |
|
| 5 | +## Table of Contents |
| 6 | + |
| 7 | +- [🚀 SSH for GitHub Actions](#-ssh-for-github-actions) |
| 8 | + - [Table of Contents](#table-of-contents) |
| 9 | + - [📥 Input Parameters](#-input-parameters) |
| 10 | + - [🚦 Usage Example](#-usage-example) |
| 11 | + - [🔑 Setting Up SSH Keys](#-setting-up-ssh-keys) |
| 12 | + - [Generate RSA key](#generate-rsa-key) |
| 13 | + - [Generate ED25519 key](#generate-ed25519-key) |
| 14 | + - [🛡️ OpenSSH Compatibility](#️-openssh-compatibility) |
| 15 | + - [🧑💻 More Usage Examples](#-more-usage-examples) |
| 16 | + - [Using password authentication](#using-password-authentication) |
| 17 | + - [Using private key authentication](#using-private-key-authentication) |
| 18 | + - [Multiple commands](#multiple-commands) |
| 19 | + - [Run commands from a file](#run-commands-from-a-file) |
| 20 | + - [Multiple hosts](#multiple-hosts) |
| 21 | + - [Multiple hosts with different ports](#multiple-hosts-with-different-ports) |
| 22 | + - [Synchronous execution on multiple hosts](#synchronous-execution-on-multiple-hosts) |
| 23 | + - [Pass environment variables to shell script](#pass-environment-variables-to-shell-script) |
| 24 | + - [🌐 Using ProxyCommand (Jump Host)](#-using-proxycommand-jump-host) |
| 25 | + - [🔒 Protecting Your Private Key](#-protecting-your-private-key) |
| 26 | + - [🖐️ Host Fingerprint Verification](#️-host-fingerprint-verification) |
| 27 | + - [❓ Q\&A](#-qa) |
| 28 | + - [Command not found (npm or other command)](#command-not-found-npm-or-other-command) |
| 29 | + - [🤝 Contributing](#-contributing) |
| 30 | + - [📝 License](#-license) |
| 31 | + |
5 | 32 | A [GitHub Action](https://github.com/features/actions) for executing remote SSH commands easily and securely.
|
6 | 33 |
|
7 | 34 | 
|
|
0 commit comments