mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-10 01:15:15 +08:00
10 lines
411 B
JSON
10 lines
411 B
JSON
|
{
|
||
|
"interactive": [
|
||
|
"selfForgetHostKey" , {"ac" : ["--host"]},
|
||
|
"selfForgetHostKey --host" , {"pr" : ["<HOST>"]},
|
||
|
"selfForgetHostKey --host \\S+" , {"ac" : ["<enter>", "--port"]},
|
||
|
"selfForgetHostKey --host \\S+ --port" , {"pr" : ["<PORT>"]},
|
||
|
"selfForgetHostKey --host \\S+ --port \\S+" , {"pr" : ["<enter>"]}
|
||
|
]
|
||
|
}
|