|
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 | + - [📖 Introduction](#-introduction) |
| 10 | + - [🧩 Core Concepts \& Input Parameters](#-core-concepts--input-parameters) |
| 11 | + - [⚡ Quick Start](#-quick-start) |
| 12 | + - [🔑 SSH Key Setup \& OpenSSH Compatibility](#-ssh-key-setup--openssh-compatibility) |
| 13 | + - [Setting Up SSH Keys](#setting-up-ssh-keys) |
| 14 | + - [Generate RSA key](#generate-rsa-key) |
| 15 | + - [Generate ED25519 key](#generate-ed25519-key) |
| 16 | + - [OpenSSH Compatibility](#openssh-compatibility) |
| 17 | + - [🛠️ Usage Scenarios \& Advanced Examples](#️-usage-scenarios--advanced-examples) |
| 18 | + - [Using password authentication](#using-password-authentication) |
| 19 | + - [Using private key authentication](#using-private-key-authentication) |
| 20 | + - [Multiple commands](#multiple-commands) |
| 21 | + - [Run commands from a file](#run-commands-from-a-file) |
| 22 | + - [Multiple hosts](#multiple-hosts) |
| 23 | + - [Multiple hosts with different ports](#multiple-hosts-with-different-ports) |
| 24 | + - [Synchronous execution on multiple hosts](#synchronous-execution-on-multiple-hosts) |
| 25 | + - [Pass environment variables to shell script](#pass-environment-variables-to-shell-script) |
| 26 | + - [🌐 Proxy \& Jump Host Usage](#-proxy--jump-host-usage) |
| 27 | + - [🛡️ Security Best Practices](#️-security-best-practices) |
| 28 | + - [Protecting Your Private Key](#protecting-your-private-key) |
| 29 | + - [Host Fingerprint Verification](#host-fingerprint-verification) |
| 30 | + - [🚨 Error Handling \& Troubleshooting](#-error-handling--troubleshooting) |
| 31 | + - [Q\&A](#qa) |
| 32 | + - [Command not found (npm or other command)](#command-not-found-npm-or-other-command) |
| 33 | + - [🤝 Contributing](#-contributing) |
| 34 | + - [📝 License](#-license) |
| 35 | + |
5 | 36 | ---
|
6 | 37 |
|
7 | 38 | ## 📖 Introduction
|
|
0 commit comments