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

21
pages.zh/common/sshd.md Normal file
View File

@@ -0,0 +1,21 @@
# sshd
> 安全外壳守护进程 - 允许远程机器安全地登录到当前机器。
> 远程机器可以执行与在此机器上执行的命令相同的操作。
> 更多信息:<https://man.openbsd.org/sshd>。
- 在后台启动守护进程:
`sshd`
- 在前台运行 sshd
`sshd -D`
- 以详细输出运行(用于调试):
`sshd -D -d`
- 在特定端口运行:
`sshd -p {{port}}`