chore: Mostly ports SSHBackend.

This commit is contained in:
Tera << 8 2025-01-12 11:35:26 -05:00
parent 0d92d27427
commit 2c6b5eb5b9
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
5 changed files with 98 additions and 62 deletions

View file

@ -229,6 +229,7 @@ func (runtime *Runtime) goRoutineHandler() error {
}
}
case *commonbackend.ProxyStatusRequest:
command.Message()
err := handleCommand("proxyStatusRequest", command, sock, messageData.Channel)
if err != nil {