mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat: add pure ssh2 remote operations
This commit is contained in:
@@ -7,11 +7,22 @@
|
||||
"authorizerChain": [
|
||||
"auto-review"
|
||||
],
|
||||
"shellTools": {
|
||||
"ssh_bash": {
|
||||
"commandArgument": "command",
|
||||
"decisionFloor": "ask"
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"*": "allow",
|
||||
"grep": "allow",
|
||||
"find": "allow",
|
||||
"multi_grep": "allow",
|
||||
"ssh_read": "ask",
|
||||
"ssh_write": "ask",
|
||||
"ssh_edit": "ask",
|
||||
"ssh_find": "ask",
|
||||
"ssh_grep": "ask",
|
||||
"external_directory": {
|
||||
"*": "ask"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user