mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +13268 from c9/all-4096bit-ssh-keys
Use 4096bit SSH Keys
This commit is contained in:
commit
1c6b35d299
1
node_modules/c9/ssh.js
generated
vendored
1
node_modules/c9/ssh.js
generated
vendored
@ -123,6 +123,7 @@ exports.generateKeyPair = function(email, callback) {
|
||||
var phrase = "";
|
||||
|
||||
var command = "ssh-keygen -t rsa " +
|
||||
"-b 4096 " +
|
||||
"-f \"" + filename + "\" " +
|
||||
"-P \"" + phrase + "\" " +
|
||||
"-C \"" + email + "\" ";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user