在 Windows 10 中激活 OpenSSH 身份验证代理
OpenSSH 身份验证代理 如何检查您的 OpenSSH 身份验证代理 是否处于活动或禁用状态。 打开您的 Windows 10 PowerShell(用户模式) 在您的 PowerShell 终端中输入Get-Service ssh-agent 如果它处于活动/运行状态,您应该会看到: Status Name DisplayName ------ ---- ----------- Runnin
OpenSSH 身份验证代理
如何检查您的 OpenSSH 身份验证代理 是否处于活动或禁用状态。
-
打开您的 Windows 10 PowerShell(用户模式)
-
在您的 PowerShell 终端中输入
Get-Service ssh-agent
如果它处于活动/运行状态,您应该会看到:
Status Name DisplayName
------ ---- -----------
Running ssh-agent OpenSSH Authentication Agent
如果它被禁用、关闭或停止,而您想要重新打开或激活它,请按照以下步骤操作。
激活您的 OpenSSH 身份验证代理
-
点击 WINDOWS 键
-
键入
services.msc or services
它将在应用程序下,然后按 ENTER -
向下滚动并查找 OpenSSH 身份验证代理
[](https://res.cloudinary.com/practicaldev/image/fetch/s--DiZT6yNQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to- uploads.s3.amazonaws.com/uploads/articles/2iw40ok4r328212w5wmx.jpg)
- 确保这两项服务都处于自动状态
[](https://res.cloudinary.com/practicaldev/image/fetch/s--7TxbpWx8--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to- uploads.s3.amazonaws.com/uploads/articles/j4ec6di12tytv1vvre0u.jpg)
如果不是,请确保每个都单独设置为自动。
-
右键单击
OpenSSH Authentication Agent
-
点击
Properties
-
右键单击
OpenSSH SSH Server
-
点击
Properties
[](https://res.cloudinary.com/practicaldev/image/fetch/s--lLl46KV1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev- to-uploads.s3.amazonaws.com/uploads/articles/ty87x4bbd1aafojd3efx.png)
[](https://res.cloudinary.com/practicaldev/image/fetch/s--GcJq-fka--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https:// dev-to-uploads.s3.amazonaws.com/uploads/articles/4zcw0ve42ph8wh95qajl.png)
将两者都设置为自动后:
-
OpenSSH Authentication Agent
-
OpenSSH SSH Server
最后:
-
点击 APPLY **和 **OK
-
关闭所有打开的窗口
-
重启
我希望这可以帮助你!如果您有任何其他问题或需要帮助解决您无法自行解决的问题,请与我联系。
Ĵ
更多推荐
所有评论(0)