Skip to content

Instantly share code, notes, and snippets.

@DylanGraham
Created November 17, 2015 01:55
Show Gist options
  • Save DylanGraham/eafbeefcf17a27a2e141 to your computer and use it in GitHub Desktop.
Save DylanGraham/eafbeefcf17a27a2e141 to your computer and use it in GitHub Desktop.
diff --git a/nxkeygen b/nxkeygen
index 1a2ac8c..9a8b993 100755
--- a/nxkeygen
+++ b/nxkeygen
@@ -27,7 +27,7 @@ main ()
{
# create a new key
umask 177
- $COMMAND_SSH_KEYGEN -q -t dsa -N '' -f ${NX_KEY_DIR}/local.id_dsa
+ $COMMAND_SSH_KEYGEN -q -b 2048 -t rsa -N '' -f ${NX_KEY_DIR}/local.id_dsa
# backup the existing keys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment