mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-08 16:27:52 +08:00
9 lines
319 B
JSON
9 lines
319 B
JSON
{
|
|
"interactive": [
|
|
"selfGeneratePassword" , {"ac" : ["--size","<enter>"]},
|
|
"selfGeneratePassword --size" , {"pr" : ["<SIZE>"]},
|
|
"selfGeneratePassword --size \\S+" , {"pr" : ["<enter>"]}
|
|
],
|
|
"master_only": true,
|
|
"terminal_mode": "noecho"
|
|
}
|