summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2006-10-02 06:40:51 +0000
committerMatt Johnston <matt@ucc.asn.au>2006-10-02 06:40:51 +0000
commitede51d0fd62347cdad210f4ed325a69a88969235 (patch)
treef750e5ac18c926d76593e2197b36712f585ab03c
parent6fa254325e49f73689f30c35c025087101e99f2a (diff)
downloaddropbear-ede51d0fd62347cdad210f4ed325a69a88969235.tar.gz
Comment cleanups
-rw-r--r--options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/options.h b/options.h
index 61c912c..40dc614 100644
--- a/options.h
+++ b/options.h
@@ -81,8 +81,8 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
* ciphers above in the client if you want to use this, or implement cipher
* prioritisation in cli-runopts.
*
- * The best way to do things is probably make normal compile of dropbear with all
- * ciphers including "none" as the server, then recompile a special
+ * The best way to do things is probably make normal compile of dropbear with
+ * all ciphers including "none" as the server, then recompile a special
* "dbclient-insecure" client. */
#define DROPBEAR_NONE_CIPHER
@@ -105,7 +105,7 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
/* You can also disable integrity. Don't bother disabling this if you're
* still using a cipher, it's relatively cheap. Don't disable this if you're
* using 'none' cipher, since it's dead simple to run arbitrary commands
- * on the remote host. Go ahead. Hang yourself with your own rope. */
+ * on the remote host. Beware. */
/*#define DROPBEAR_NONE_INTEGRITY*/
/* Hostkey/public key algorithms - at least one required, these are used