Does anyone know how to add an entry to the list of permitted SSH addresses without overwriting the existing list?
I've tried the following script, but all I get is "value of address must have IPv6 address before '/'
/ip service
:global a {[/ip service get ssh address]}
:global b "2.2.2.0/24"
:global c {$a,$b}
:do {/ip service set ssh address=$c}