diff --git a/core/config.js b/core/config.js index 67ac3d56..4fcb0fbe 100644 --- a/core/config.js +++ b/core/config.js @@ -218,7 +218,7 @@ function getDefaultConfig() { // Private key in PEM format // // Generating your PK: - // > openssl genrsa -aes256 -out ./config/ssh_private_key.pem 2048 + // > openssl genrsa -aes128 -out ./config/ssh_private_key.pem 2048 // // Then, set servers.ssh.privateKeyPass to the password you use above // in your config.hjson