unable to start ssh-agent servic
2020-10-17 本文已影响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