mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
Update config.js
Updated the OpenSSL command to use aes256 over des3.
This commit is contained in:
parent
eafe90a915
commit
95214b0fb2
1 changed files with 2 additions and 2 deletions
|
@ -218,13 +218,13 @@ function getDefaultConfig() {
|
||||||
// Private key in PEM format
|
// Private key in PEM format
|
||||||
//
|
//
|
||||||
// Generating your PK:
|
// Generating your PK:
|
||||||
// > openssl genrsa -des3 -out ./config/ssh_private_key.pem 2048
|
// > openssl genrsa -aes256 -out ./config/ssh_private_key.pem 2048
|
||||||
//
|
//
|
||||||
// Then, set servers.ssh.privateKeyPass to the password you use above
|
// Then, set servers.ssh.privateKeyPass to the password you use above
|
||||||
// in your config.hjson
|
// in your config.hjson
|
||||||
//
|
//
|
||||||
privateKeyPem : paths.join(__dirname, './../config/ssh_private_key.pem'),
|
privateKeyPem : paths.join(__dirname, './../config/ssh_private_key.pem'),
|
||||||
firstMenu : 'sshConnected',
|
firstMenu : 'sshConnected',
|
||||||
firstMenuNewUser : 'sshConnectedNewUser',
|
firstMenuNewUser : 'sshConnectedNewUser',
|
||||||
},
|
},
|
||||||
webSocket : {
|
webSocket : {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue