mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
docs: add comprehensive tables of contents to all README files
- Add a detailed table of contents to all three README files in English, Simplified Chinese, and Traditional Chinese for easier navigation. Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
4d84f0522a
commit
8f3cc07719
3 changed files with 93 additions and 0 deletions
|
@ -2,6 +2,37 @@
|
|||
|
||||
[English](./README.md) | 繁體中文 | [简体中文](./README.zh-cn.md)
|
||||
|
||||
## 目錄
|
||||
|
||||
- [🚀 GitHub Actions 的 SSH](#-github-actions-的-ssh)
|
||||
- [目錄](#目錄)
|
||||
- [📖 簡介](#-簡介)
|
||||
- [🧩 核心概念與輸入參數](#-核心概念與輸入參數)
|
||||
- [⚡ 快速開始](#-快速開始)
|
||||
- [🔑 SSH 金鑰設定與 OpenSSH 相容性](#-ssh-金鑰設定與-openssh-相容性)
|
||||
- [設定 SSH 金鑰](#設定-ssh-金鑰)
|
||||
- [產生 RSA 金鑰](#產生-rsa-金鑰)
|
||||
- [產生 ED25519 金鑰](#產生-ed25519-金鑰)
|
||||
- [OpenSSH 相容性](#openssh-相容性)
|
||||
- [🛠️ 用法場景與進階範例](#️-用法場景與進階範例)
|
||||
- [使用密碼認證](#使用密碼認證)
|
||||
- [使用私鑰認證](#使用私鑰認證)
|
||||
- [多條指令](#多條指令)
|
||||
- [從檔案執行指令](#從檔案執行指令)
|
||||
- [多主機](#多主機)
|
||||
- [多主機不同埠號](#多主機不同埠號)
|
||||
- [多主機同步執行](#多主機同步執行)
|
||||
- [傳遞環境變數到 shell 腳本](#傳遞環境變數到-shell-腳本)
|
||||
- [🌐 代理與跳板機用法](#-代理與跳板機用法)
|
||||
- [🛡️ 安全最佳實踐](#️-安全最佳實踐)
|
||||
- [保護你的私鑰](#保護你的私鑰)
|
||||
- [主機指紋驗證](#主機指紋驗證)
|
||||
- [🚨 錯誤處理與疑難排解](#-錯誤處理與疑難排解)
|
||||
- [常見問題](#常見問題)
|
||||
- [指令找不到(npm 或其他指令)](#指令找不到npm-或其他指令)
|
||||
- [🤝 貢獻](#-貢獻)
|
||||
- [📝 授權](#-授權)
|
||||
|
||||
---
|
||||
|
||||
## 📖 簡介
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue