Create 4096 bit keys

pull/284/head
Tim Robinson 2016-04-06 16:34:34 +00:00
rodzic 23ff98ff33
commit de35808462
1 zmienionych plików z 1 dodań i 0 usunięć

1
node_modules/c9/ssh.js wygenerowano vendored
Wyświetl plik

@ -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 + "\" ";