feature: Adds exec support.
This also lets us prepare for support for ssh-copy-id.
This commit is contained in:
parent
95b79ca364
commit
47b707e8cd
2 changed files with 57 additions and 13 deletions
|
@ -9,6 +9,7 @@ import type {
|
|||
ParameterReturnedValue,
|
||||
BackendBaseClass,
|
||||
} from "../base.js";
|
||||
|
||||
import { generateRandomData } from "../../libs/generateRandom.js";
|
||||
import { requestHandler } from "./socket.js";
|
||||
import { route } from "./routes.js";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue