Downgraded to AES128

Downgraded to AES128, AES256 does not currently seem to work.
This commit is contained in:
FrozenFOXX 2019-02-15 10:15:37 -08:00 committed by GitHub
parent 95214b0fb2
commit 66bd2ce108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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