Git - 如何在 Windows 10 上删除 SSH 密钥
Posted
技术标签:
【中文标题】Git - 如何在 Windows 10 上删除 SSH 密钥【英文标题】:Git - How to Remove SSH Key on Windows 10 【发布时间】:2022-01-06 01:44:33 【问题描述】:我的计算机上有大约 5 个 SSH 密钥,我使用 ssh-add
命令添加了 2 个 SSH 密钥。列出所有 SSH 密钥时,我可以使用 ssh-add -l
命令
如何删除我刚刚添加的单个或全部 SSH 密钥?
【问题讨论】:
【参考方案1】:我 mentioned before ssh-add -D
删除你所有手动添加的键。
另一种选择是kill the ssh-agent
process,重新启动它并仅添加您想要保留的那个。
【讨论】:
以上是关于Git - 如何在 Windows 10 上删除 SSH 密钥的主要内容,如果未能解决你的问题,请参考以下文章
如何在没有 Git Bash 或 GUI 的情况下在 Windows 10 上安装 git?
Git 克隆在 Windows 10 中显示错误并将文件标记为已删除