Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用命令“ssh-keygen -t rsa”创建了一个没有密码的公钥,我打算将它用于 github,但我错误地发送了公钥和私钥......
究竟有什么影响?
这意味着您的私钥不再是私有的,因此它不能再唯一地识别您,因此您现在可以被冒充。
扔掉它,重新开始。