35.4. 使用 SSH 密钥存储注册 SSH 公钥
您必须将新创建的 SSH 公钥注册到 Business Central 密钥存储。
流程
- 在 系统上打开一个命令终端。
如下例所示
,其中id_rsa
是您的密钥名称:cat ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 复制 SSH 公钥的内容。
- 在 Business Central 中,选择屏幕右上角的 Admin 图标,然后选择 SSH Keys。
- 在 SSH Keys 页面中,点 Add SSH Key。
在 Add SSH Key 窗口中,在 Name 字段中输入名称,并将 SSH 公钥的内容复制到 Key 字段。
注意Name 和 Key 字段是必须的。
- 点 Add SSH Key 注册密钥。