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.
我在 Heroku 上有一个 nodejs 应用程序。
如何获取当前的 ssh 密钥指纹?
我需要的不是我自己的 heroku 应用程序公共 ssh 密钥。我想 git push 到其他 Heroku 应用程序,所以我需要 Heroku 使用的当前 ssh 密钥将其公共版本发送到其他 Heroku 应用程序。
如果您没有旧的私钥,则无法恢复它。因为您只上传您的公钥。但是,如果您想重新访问您的存储库,您可以这样做heroku keys:add,它将生成一个新的密钥对并将其上传到 Heorku。
heroku keys:add