scalix_computer_set_ssh_keys
Replace the ssh keys authorised for root on a persistent Linux machine. This is how you revoke: send the list without the key you want gone, and on a running machine it stops working immediately. Sending an empty list removes every key. Not a patch — whatever you send becomes the whole list, so read the current keys from scalix_computer_list first if you mean to add one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Machine id | |
| ssh_keys | Yes | The complete list of OpenSSH public keys, max 32. Empty array removes all of them. |