From 63e2c3fa4b491d624304dd82d3bd5a45bd5597e8 Mon Sep 17 00:00:00 2001 From: billchurch Date: Fri, 26 May 2017 11:29:51 -0400 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f341ac5..c012cf9 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,9 @@ config.json contains several options which may be specified to customize to your `options.challengeButton` * Challenge button. This option, which is still under development, allows the user to resend the password to the server (in cases of step-up authentication for things like `sudo` or a router `enable` command. +`algorithms` +* cipher and hmac to negotiate with SSH server. Same as defined in [mscdex/ssh2](https://github.com/mscdex/ssh2) + # Experimental client-side logging Clicking `Start logging` on the status bar will log all data to the client. A `Download log` option will appear after starting the logging. You may download at any time to the client. You may stop logging at any time my pressing the `Logging - STOP LOG`. Note that clicking the `Start logging` option again will cause the current log to be overwritten, so be sure to download first.