mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Partial SSH file support for local device group.
This commit is contained in:
parent
cb3398e1a7
commit
ded4d61f85
3 changed files with 378 additions and 21 deletions
|
@ -5592,6 +5592,11 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
|
|||
require('./apprelays.js').CreateSshTerminalRelay(obj, obj.db, ws1, req1, domain, user, cookie, obj.args);
|
||||
});
|
||||
});
|
||||
obj.app.ws(url + 'sshfilesrelay.ashx', function (ws, req) {
|
||||
PerformWSSessionAuth(ws, req, true, function (ws1, req1, domain, user, cookie) {
|
||||
require('./apprelays.js').CreateSshFilesRelay(obj, obj.db, ws1, req1, domain, user, cookie, obj.args);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
// Setup firebase push only server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue