mirror of
https://gitea.com/Lydanne/ssh-action.git
synced 2025-07-25 20:38:02 +08:00
docs: add table of contents to multilingual README files
- Add a table of contents section to the English, Simplified Chinese, and Traditional Chinese readme files Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -2,6 +2,33 @@
|
||||
|
||||
[English](./README.md) | [繁體中文](./README.zh-tw.md) | 简体中文
|
||||
|
||||
## 目录
|
||||
|
||||
- [🚀 用于 GitHub Actions 的 SSH](#-用于-github-actions-的-ssh)
|
||||
- [目录](#目录)
|
||||
- [📥 输入参数](#-输入参数)
|
||||
- [🚦 使用示例](#-使用示例)
|
||||
- [🔑 配置 SSH 密钥](#-配置-ssh-密钥)
|
||||
- [生成 RSA 密钥](#生成-rsa-密钥)
|
||||
- [生成 ED25519 密钥](#生成-ed25519-密钥)
|
||||
- [🛡️ OpenSSH 兼容性](#️-openssh-兼容性)
|
||||
- [🧑💻 更多用法示例](#-更多用法示例)
|
||||
- [使用密码认证](#使用密码认证)
|
||||
- [使用私钥认证](#使用私钥认证)
|
||||
- [多条命令](#多条命令)
|
||||
- [从文件执行命令](#从文件执行命令)
|
||||
- [多主机](#多主机)
|
||||
- [多主机不同端口](#多主机不同端口)
|
||||
- [多主机同步执行](#多主机同步执行)
|
||||
- [传递环境变量到 shell 脚本](#传递环境变量到-shell-脚本)
|
||||
- [🌐 使用 ProxyCommand(跳板机)](#-使用-proxycommand跳板机)
|
||||
- [🔒 保护你的私钥](#-保护你的私钥)
|
||||
- [🖐️ 主机指纹验证](#️-主机指纹验证)
|
||||
- [❓ 常见问题](#-常见问题)
|
||||
- [命令未找到(npm 或其他命令)](#命令未找到npm-或其他命令)
|
||||
- [🤝 贡献](#-贡献)
|
||||
- [📝 许可证](#-许可证)
|
||||
|
||||
一个让你轻松安全地执行远程 SSH 命令的 [GitHub Action](https://github.com/features/actions)。
|
||||
|
||||

|
||||
|
Reference in New Issue
Block a user