remove references to host key hashes
This commit is contained in:
parent
397b3c0068
commit
7dc8cfb0f1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ var debug = require('debug')
|
|||
var debugWebSSH2 = require('debug')('WebSSH2')
|
||||
var SSH = require('ssh2').Client
|
||||
var fs = require('fs')
|
||||
var hostkeys = JSON.parse(fs.readFileSync('./hostkeyhashes.json', 'utf8'))
|
||||
// var hostkeys = JSON.parse(fs.readFileSync('./hostkeyhashes.json', 'utf8'))
|
||||
var termCols, termRows
|
||||
|
||||
// public
|
||||
|
|
Loading…
Reference in a new issue