update docs

This commit is contained in:
billchurch 2017-05-26 17:40:49 -04:00
parent 3901f33fee
commit c27c463da9
2 changed files with 20 additions and 15 deletions

View file

@ -62,20 +62,20 @@ headerBackground= - optional background color of header to display on page
* Default values: * Default values:
1. ecdh-sha2-nistp256 **(node v0.11.14 or newer)** 1. ecdh-sha2-nistp256
2. ecdh-sha2-nistp384 **(node v0.11.14 or newer)** 2. ecdh-sha2-nistp384
3. ecdh-sha2-nistp521 **(node v0.11.14 or newer)** 3. ecdh-sha2-nistp521
4. diffie-hellman-group-exchange-sha256 **(node v0.11.12 or newer)** 4. diffie-hellman-group-exchange-sha256
5. diffie-hellman-group14-sha1 5. diffie-hellman-group14-sha1
* Supported values: * Supported values:
* ecdh-sha2-nistp256 **(node v0.11.14 or newer)** * ecdh-sha2-nistp256
* ecdh-sha2-nistp384 **(node v0.11.14 or newer)** * ecdh-sha2-nistp384
* ecdh-sha2-nistp521 **(node v0.11.14 or newer)** * ecdh-sha2-nistp521
* diffie-hellman-group-exchange-sha256 **(node v0.11.12 or newer)** * diffie-hellman-group-exchange-sha256
* diffie-hellman-group14-sha1 * diffie-hellman-group14-sha1
* diffie-hellman-group-exchange-sha1 **(node v0.11.12 or newer)** * diffie-hellman-group-exchange-sha1
* diffie-hellman-group1-sha1 * diffie-hellman-group1-sha1
* **cipher** - _array_ - Ciphers. * **cipher** - _array_ - Ciphers.
@ -86,10 +86,10 @@ headerBackground= - optional background color of header to display on page
2. aes192-ctr 2. aes192-ctr
3. aes256-ctr 3. aes256-ctr
4. aes128-gcm 4. aes128-gcm
5. aes128-gcm@openssh.com 5. aes128-gcm\@openssh.com
6. aes256-gcm 6. aes256-gcm
7. aes256-gcm@openssh.com 7. aes256-gcm\@openssh.com
8. aes256-cbc 8. aes256-cbc **legacy cipher for backward compatibility, should removed :+1:**
* Supported values: * Supported values:
@ -97,9 +97,9 @@ headerBackground= - optional background color of header to display on page
* aes192-ctr * aes192-ctr
* aes256-ctr * aes256-ctr
* aes128-gcm * aes128-gcm
* aes128-gcm@openssh.com * aes128-gcm\@openssh.com
* aes256-gcm * aes256-gcm
* aes256-gcm@openssh.com * aes256-gcm\@openssh.com
* aes256-cbc * aes256-cbc
* aes192-cbc * aes192-cbc
* aes128-cbc * aes128-cbc
@ -116,7 +116,7 @@ headerBackground= - optional background color of header to display on page
1. hmac-sha2-256 1. hmac-sha2-256
2. hmac-sha2-512 2. hmac-sha2-512
3. hmac-sha1 3. hmac-sha1 **legacy hmac for backward compatibility, should removed :+1:**
* Supported values: * Supported values:

View file

@ -45,6 +45,11 @@
"hmac-sha2-256", "hmac-sha2-256",
"hmac-sha2-512", "hmac-sha2-512",
"hmac-sha1" // for some legacy systems "hmac-sha1" // for some legacy systems
],
"compress": [
"none",
"zlib@openssh.com",
"zlib"
] ]
} }
} }