remove references to host key hashes

This commit is contained in:
billchurch 2018-02-06 10:43:15 -05:00
parent 397b3c0068
commit 7dc8cfb0f1

View file

@ -5,7 +5,7 @@ var debug = require('debug')
var debugWebSSH2 = require('debug')('WebSSH2') var debugWebSSH2 = require('debug')('WebSSH2')
var SSH = require('ssh2').Client var SSH = require('ssh2').Client
var fs = require('fs') 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 var termCols, termRows
// public // public