From bbe703b993cd75a13932b4d9809184af7e3ec4d6 Mon Sep 17 00:00:00 2001 From: Stuart Thackray Date: Wed, 20 Apr 2016 17:21:05 +0200 Subject: Documentation: example provided was not a valid term --- lib/ssh/doc/src/ssh.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 850557444d..7dda5d67a2 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -241,6 +241,7 @@ {server2client,['aes128-cbc','3des-cbc']}]}, {mac,['hmac-sha2-256','hmac-sha1']}, {compression,[none,zlib]} + ] }

The example specifies different algorithms in the two directions (client2server and server2client), -- cgit v1.2.3 From 581a973dc3130a22219ec3d1c7e9fbf5db60fbc5 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Wed, 27 Apr 2016 12:22:18 +0200 Subject: ssh: fix same doc error as PR-1021 in another place where it also was wrong --- lib/ssh/doc/src/ssh.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ssh/doc/src/ssh.xml b/lib/ssh/doc/src/ssh.xml index 7dda5d67a2..33aacb8ffe 100644 --- a/lib/ssh/doc/src/ssh.xml +++ b/lib/ssh/doc/src/ssh.xml @@ -461,6 +461,7 @@ {server2client,['aes128-cbc','3des-cbc']}]}, {mac,['hmac-sha2-256','hmac-sha1']}, {compression,[none,zlib]} + ] }

The example specifies different algorithms in the two directions (client2server and server2client), -- cgit v1.2.3