This file contains hidden or 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 |
NewerOlder