Added SSH support in terminal tab for local devices.

This commit is contained in:
Ylian Saint-Hilaire
2021-05-08 18:09:49 -07:00
parent e44ed5be4f
commit 9b85a51f67
6 changed files with 273 additions and 19 deletions

View File

@@ -150,7 +150,7 @@
connect : function (ip, domain, username, password, next) {
// Start connection
var self = this;
this.socket = new WebSocket('wss://' + window.location.host + '/mstsc/relay.ashx');
this.socket = new WebSocket('wss://' + window.location.host + '/mstscrelay.ashx');
this.socket.binaryType = 'arraybuffer';
this.socket.onopen = function () {
//console.log("WS-OPEN");