diff --git a/index.js b/index.js index 0cd2b5b..ea5b07e 100644 --- a/index.js +++ b/index.js @@ -31,7 +31,6 @@ export default (opts, cb) => { args.push("-C", opts.comment || ""); args.push("-N", opts.passphrase || opts.password || ""); args.push("-f", location); - args.push("-m", "PEM"); const proc = childProcess.spawn("ssh-keygen", args); proc.stderr.on("data", (data) => {