* Start real work on SSH using ssh2 module

This commit is contained in:
Bryan Ashby 2015-03-16 22:41:14 -06:00
parent 008e9f46d8
commit d3e35d286a
3 changed files with 64 additions and 19 deletions

View file

@ -43,7 +43,7 @@ module.exports = {
},
ssh : {
port : 8889,
enabled : false,
enabled : true,
rsaPrivateKey : paths.join(__dirname, './../misc/default_key.rsa'),
dsaPrivateKey : paths.join(__dirname, './../misc/default_key.dsa'),
}