* Start real work on SSH using ssh2 module
This commit is contained in:
@@ -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'),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user