add new chinese translations
This commit is contained in:
14
pages.zh/common/ssh-agent.md
Normal file
14
pages.zh/common/ssh-agent.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# ssh-agent
|
||||
|
||||
> 启动一个 SSH 代理进程。
|
||||
> SSH 代理会将解密的 SSH 密钥保存在内存中,直到被移除或进程被终止。
|
||||
> 另请参阅 `ssh-add`,它可以添加和管理 SSH 代理持有的密钥。
|
||||
> 更多信息:<https://man.openbsd.org/ssh-agent>。
|
||||
|
||||
- 为当前 shell 启动一个 SSH 代理:
|
||||
|
||||
`eval $(ssh-agent)`
|
||||
|
||||
- 终止当前运行的代理:
|
||||
|
||||
`ssh-agent -k`
|
Reference in New Issue
Block a user