diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-07 12:27:53 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-07 12:27:53 -0700 |
commit | 21f5859c43fb539b6b4a852bc1d92aa3fbab26a2 (patch) | |
tree | e4cd6fd3a37546287d4014645b35f75a3131d456 /src/monkeysphere-server | |
parent | b17336f72c179e4132f318d4ab69a31dfea560de (diff) |
Better key parsing for monkeyspher gen-subkey.
Allow seckey2sshagent to output to file.
Diffstat (limited to 'src/monkeysphere-server')
-rwxr-xr-x | src/monkeysphere-server | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server index a0b7067..7fac3ee 100755 --- a/src/monkeysphere-server +++ b/src/monkeysphere-server @@ -32,7 +32,7 @@ RETURN=0 ######################################################################## usage() { -cat <<EOF + cat <<EOF usage: $PGRM <subcommand> [options] [args] MonkeySphere server admin tool. @@ -475,7 +475,7 @@ diagnostics() { if badhostkeys=$(grep '^HostKey' | grep -q -v "^HostKey ${VARLIB}/ssh_host_rsa_key$") ; then echo "! /etc/sshd_config refers to some non-monkeysphere host keys:" echo "$badhostkeys" - echo "- Recommendation: remove the above HostKey lines from /etc/ssh/sshd_config" + echo " - Recommendation: remove the above HostKey lines from /etc/ssh/sshd_config" fi fi fi |