mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* Rewrite SSH authentication - now works with PuTTY (thoguh there are some issues) and standard ssh. WIP still!
* Idle monitor not started until 'ready' signal
This commit is contained in:
parent
6a2d283fad
commit
e7e9746a85
4 changed files with 105 additions and 120 deletions
|
@ -558,12 +558,14 @@ TelnetClient.prototype.handleDontCommand = function(evt) {
|
|||
this.log.trace(evt, 'dont');
|
||||
};
|
||||
|
||||
/*
|
||||
TelnetClient.prototype.setTermType = function(ttype) {
|
||||
this.term.env.TERM = ttype;
|
||||
this.term.termType = ttype;
|
||||
|
||||
this.log.debug( { termType : ttype }, 'Set terminal type');
|
||||
};
|
||||
*/
|
||||
|
||||
TelnetClient.prototype.handleSbCommand = function(evt) {
|
||||
var self = this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue