mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-29 22:20:30 +08:00
27 lines
256 B
Markdown
27 lines
256 B
Markdown
## SSH Plugin API
|
|
|
|
### POST /plugin/ssh/update_password
|
|
|
|
Request:
|
|
|
|
{
|
|
"password": "123123"
|
|
}
|
|
|
|
No Response.
|
|
|
|
Exception:
|
|
|
|
* invalid_password
|
|
* not_in_service
|
|
|
|
### POST /plugin/ssh/kill
|
|
|
|
Request:
|
|
|
|
{
|
|
"pid": 1234
|
|
}
|
|
|
|
No Response.
|