mirror of
https://github.com/ovh/the-bastion.git
synced 2025-02-26 00:24:12 +08:00
9 lines
387 B
JSON
9 lines
387 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
|
|
}
|