diff options
author | Hans Nilsson <[email protected]> | 2015-05-21 17:44:03 +0200 |
---|---|---|
committer | Hans <[email protected]> | 2015-05-26 15:08:26 +0200 |
commit | 946425be714a72b1dec0a67966679ef7a5c3e39d (patch) | |
tree | 34b7ea8d1ced951e5b5f6fa0cd2fbe1c0841b853 /lib/ssh/doc/src/ssh.xml | |
parent | 12f96d2a414bb44c0c5268bc18741f6bad9bbe09 (diff) | |
download | otp-946425be714a72b1dec0a67966679ef7a5c3e39d.tar.gz otp-946425be714a72b1dec0a67966679ef7a5c3e39d.tar.bz2 otp-946425be714a72b1dec0a67966679ef7a5c3e39d.zip |
ssh: Algorithms test case added
Diffstat (limited to 'lib/ssh/doc/src/ssh.xml')
-rw-r--r-- | lib/ssh/doc/src/ssh.xml | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 3e7726c24d..cf58806aa8 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -215,13 +215,14 @@ {compression,[none,zlib]} } </code> - <p>Note that we want different algorithms in the two directions for <c>cipher</c>, but the same in - both directions for <c>mac</c> and <c>compression</c>. We keep the default for <c>kex</c> and - <c>public_key</c> but has given the default value explicitly for <c>public_key</c></p> + <p>The example specifies different algorithms in the two directions (client2server and server2client), for cipher but specifies the same +algorithms for mac and compression in both directions. The kex (key exchange) and public key algorithms are set to their default values, +kex is implicit but public_key is set explicitly.</p> + <warning> <p>Changing the values can make a connection less secure. Do not change unless you know exactly what you are doing. If you do not understand the values then you - are not supposed to change them</p> + are not supposed to change them.</p> </warning> </item> @@ -409,13 +410,14 @@ {compression,[none,zlib]} } </code> - <p>Note that we want different algorithms in the two directions for <c>cipher</c>, but the same in - both directions for <c>mac</c> and <c>compression</c>. We keep the default for <c>kex</c> and - <c>public_key</c> but has given the default value explicitly for <c>public_key</c></p> + <p>The example specifies different algorithms in the two directions (client2server and server2client), for cipher but specifies the same +algorithms for mac and compression in both directions. The kex (key exchange) and public key algorithms are set to their default values, +kex is implicit but public_key is set explicitly.</p> + <warning> <p>Changing the values can make a connection less secure. Do not change unless you know exactly what you are doing. If you do not understand the values then you - are not supposed to change them</p> + are not supposed to change them.</p> </warning> </item> |