feature: Adds exec support.

This also lets us prepare for support for ssh-copy-id.
This commit is contained in:
greysoh 2024-05-09 13:19:56 -04:00
parent 95b79ca364
commit 47b707e8cd
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
2 changed files with 57 additions and 13 deletions

View file

@ -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";