The action
field is one of:
ENABLE_SSH
DSABLE_SSH
The keys
field is an array of ssh keys to (un)authorize
An ssh key is composed of two String
fields:
{
"action": "ENABLE_SSH",
"keys" : [
{
"user": "user_foobar",
"key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO16Z2PGX5UzhQLlKCxhJ4+1c+4+WQRPZAZtoL9oekpm keruspe@Lou"
}
]
}