【发布时间】:2016-06-22 04:28:07
【问题描述】:
我正在尝试通过 SSH 远程调试 CircleCI 虚拟机,使用他们的“使用 SSH 重建”选项。当我这样做时,它会打印以下消息:
You can now SSH into this VM if your SSH public key is added:
$ ssh -p [port] ubuntu@[IP address]
Use the same SSH public key that you use for GitHub. If you have not added your public keys to this build and you would like to SSH to it, you can add them by clicking the "SSH to this build" button in the "Debug via SSH" tab.
不幸的是,页面上似乎没有“SSH to this build”按钮,所以我不得不这样做。
我如何获得这个 SSH 密钥?如何将其添加到构建中?一旦我这样做了,然后呢?它们是指我在 GitHub 上的个人 SSH 公钥,还是我所在组织的公钥?
【问题讨论】:
标签: ssh continuous-integration circleci