summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-14 15:58:34 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-14 15:58:34 -0400
commit28c7489bb830c8ef9bb7c6e40e3fc4d47a702614 (patch)
tree9c58e0cafed7c4e9adcf108378ac0ec6d208a95d /src
parent31e072432f985e03cc27b101f3a150fb45204d4f (diff)
More work on the man pages.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/monkeysphere-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server
index 13221c5..e05b4b7 100755
--- a/src/monkeysphere-server
+++ b/src/monkeysphere-server
@@ -47,7 +47,7 @@ gen_key() {
# set key defaults
KEY_TYPE=${KEY_TYPE:-"RSA"}
KEY_LENGTH=${KEY_LENGTH:-"2048"}
- KEY_USAGE=${KEY_USAGE:-"encrypt,auth"}
+ KEY_USAGE=${KEY_USAGE:-"auth,encrypt"}
SERVICE=${SERVICE:-"ssh"}
HOSTNAME_FQDN=${HOSTNAME_FQDN:-$(hostname -f)}