✨
This commit is contained in:
commit
777df33941
@ -3,7 +3,7 @@ const { Client: Client } = require('ssh2')
|
|||||||
const { readSSHRecord, verifyToken } = require('../utils')
|
const { readSSHRecord, verifyToken } = require('../utils')
|
||||||
|
|
||||||
function createTerminal(socket, vps) {
|
function createTerminal(socket, vps) {
|
||||||
vps.shell({ term: 'xterm-color', cols: 1000, rows: 30 }, (err, stream) => {
|
vps.shell({ term: 'xterm-color', cols: 100, rows: 30 }, (err, stream) => {
|
||||||
if (err) return socket.emit('output', err.toString())
|
if (err) return socket.emit('output', err.toString())
|
||||||
stream
|
stream
|
||||||
.on('data', (data) => {
|
.on('data', (data) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user