Windows

# 检查是否运行
Get-Service ssh-agent
# 设置自启
Get-Service ssh-agent | Set-Service -StartupType Manual
# 启动 agent
Start-Service ssh-agent

# 
ssh-add -L
# 添加密钥
ssh-add yourkey

最后修改于 2023-12-07

此篇文章的评论功能已经停用。