the-bastion/bin/plugin/open/selfAddIngressKey.json
Stéphane Lesimple fde20136ef
Initial commit
2020-10-20 14:30:27 +00:00

9 lines
381 B
JSON

{
"interactive": [
"selfAddIngressKey" , {"ac" : ["--public-key \"","<enter>"]},
"selfAddIngressKey --public-key \"" , {"pr" : ["<ssh public key>"]},
"selfAddIngressKey --public-key \"[^\"]+" , {"ac" : ["\""]},
"selfAddIngressKey --public-key \"[^\"]+\"" , {"pr" : ["<enter>"]}
],
"master_only": true
}