the-bastion/bin/plugin/open/selfForgetHostKey.json

10 lines
411 B
JSON
Raw Normal View History

2020-10-16 00:32:37 +08:00
{
"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>"]}
]
}