update readme
This commit is contained in:
parent
2e912dd9cc
commit
63e2c3fa4b
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,9 @@ config.json contains several options which may be specified to customize to your
|
||||||
`options.challengeButton`
|
`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.
|
* 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
|
# 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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue