From 12d6b9a0c77535ed414caba4f369e40b830ac68d Mon Sep 17 00:00:00 2001 From: Bill Church Date: Tue, 12 Feb 2019 08:48:53 -0500 Subject: [PATCH] added details for options.allowreauth --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 165dff0..1afd790 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,8 @@ docker run --name webssh2 -d -p 2222:2222 webssh2 * **options.challengeButton** - _boolean_ - 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. +* **options.allowreauth** - _boolean_ - Reauth button. This option creates an option to provide a button to create a new session with new credentials. See [pull 85](pull/85) for more detail. + * **algorithms** - _object_ - This option allows you to explicitly override the default transport layer algorithms used for the connection. Each value must be an array of valid algorithms for that category. The order of the algorithms in the arrays are important, with the most favorable being first. Valid keys: * **kex** - _array_ - Key exchange algorithms.