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