mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-09 08:47:50 +08:00
9 lines
381 B
JSON
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
|
|
}
|