Merge branch 'main' into dependabot/npm_and_yarn/app/ssh2-1.4.0
This commit is contained in:
commit
4bc00d4120
1 changed files with 3 additions and 1 deletions
|
@ -78,6 +78,8 @@ docker run --name webssh2 -d -p 2222:2222 -v `pwd`/app/config.json:/usr/src/conf
|
|||
|
||||
* **header=** - _string_ - optional header to display on page
|
||||
|
||||
* **sshterm=** - _string_ - optional specify terminal emulation to use, defaults to `ssh.term` in `config.json` or `vt100` if that is null
|
||||
|
||||
* **headerBackground=** - _string_ - optional background color of header to display on page
|
||||
|
||||
* **readyTimeout=** - _integer_ - How long (in milliseconds) to wait for the SSH handshake to complete. **Default:** 20000. **Enforced Values:** Min: 1, Max: 300000
|
||||
|
@ -115,7 +117,7 @@ docker run --name webssh2 -d -p 2222:2222 -v `pwd`/app/config.json:/usr/src/conf
|
|||
|
||||
* **ssh.port** - _integer_ - Specify SSH port to connect to, defaults to `22`
|
||||
|
||||
* **ssh.term** - _string_ - Specify terminal emulation to use, defaults to `xterm-color`
|
||||
* **ssh.term** - _string_ - Specify terminal emulation to use, defaults to `vt100` if null
|
||||
|
||||
* **ssh.readyTimeout** - _integer_ - How long (in milliseconds) to wait for the SSH handshake to complete. **Default:** 20000.
|
||||
|
||||
|
|
Loading…
Reference in a new issue