remotes {
ctl {
# ...
}
alice {
# ...
}
bob {
# ...
}
}
groups {
admins { alice, bob }
}
# example usage:
control {
# ...
allow ctl, admins;
}