the-bastion/bin/plugin/open/selfForgetHostKey.json
Stéphane Lesimple fde20136ef
Initial commit
2020-10-20 14:30:27 +00:00

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>"]}
]
}