add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

16
pages.zh/osx/csshx.md Normal file
View File

@@ -0,0 +1,16 @@
# csshX
> macOS 的集群 SSH 工具。
> 更多信息:<https://github.com/brockgr/csshx>。
- 连接到多个主机:
`csshX {{hostname1}} {{hostname2}}`
- 使用给定的 SSH 密钥连接到多个主机:
`csshX {{user@hostname1}} {{user@hostname2}} --ssh_args "-i {{path/to/key_file.pem}}"`
-`/etc/clusters` 连接到预定义的集群:
`csshX cluster1`