Created
November 17, 2015 01:55
-
-
Save DylanGraham/eafbeefcf17a27a2e141 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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