30.4. Registering your SSH public key with the SSH keystore
You must register your newly created SSH public key with the Business Central keystore.
Procedure
- Open a command terminal on your system.
Run the
cat
command as shown in the following example, whereid_rsa
is your key name:cat ~/.ssh/id_rsa.pub
cat ~/.ssh/id_rsa.pub
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Copy the contents of your SSH public key.
- In Business Central, select the Admin icon in the top-right corner of the screen and select SSH Keys.
- On the SSH Keys page, click Add SSH Key.
In the Add SSH Key window, enter a name in the Name field and copy the contents of the SSH public key to the Key field.
注記The Name and the Key fields are mandatory.
- Click Add SSH Key to register the key.