美文网首页
unable to start ssh-agent servic

unable to start ssh-agent servic

作者: 夙小叶 | 来源:发表于2020-10-17 16:39 被阅读0次
截屏2020-10-17 下午4.34.43.png
# 状态

Get-Service ssh-agent
Get-Service ssh-agent | Select StartType
# 手动服务
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Get-Service ssh-agent | Select StartType

# 启动服务
Start-Service ssh-agent

相关文章

网友评论

      本文标题:unable to start ssh-agent servic

      本文链接:https://www.haomeiwen.com/subject/kbhfmktx.html