mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-08 16:27:52 +08:00
9 lines
411 B
JSON
9 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>"]}
|
|
]
|
|
}
|