You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/operations-api/components.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -303,7 +303,7 @@ _Operation is restricted to super_user roles only_
303
303
304
304
- operation _(required)_ - must always be `add_ssh_key`
305
305
- name _(required)_ - the name of the key
306
-
- key _(required)_ - the private key contents. Line breaks must be delimited with `\n`
306
+
- key _(required)_ - the private key contents. Must be an ed25519 key. Line breaks must be delimited with`\n` and have a trailing`\n`
307
307
- host _(required)_ - the host for the ssh config (see below). Used as part of the `package` url when deploying a component using this key
308
308
- hostname _(required)_ - the hostname for the ssh config (see below). Used to map `host` to an actual domain (e.g. `github.com`)
309
309
- known_hosts _(optional)_ - the public SSH keys of the host your component will be retrieved from. If `hostname` is `github.com` this will be retrieved automatically. Line breaks must be delimited with `\n`
@@ -316,7 +316,7 @@ _Operation is restricted to super_user roles only_
0 commit comments