about summary refs log tree commit diff stats
path: root/tools/openssh.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/openssh.html')
-rw-r--r--tools/openssh.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/openssh.html b/tools/openssh.html
index 70fe76f..96e1653 100644
--- a/tools/openssh.html
+++ b/tools/openssh.html
@@ -73,6 +73,12 @@
         Protocol 2
         </pre>
 
+        <pre>
+        # Ciphers and keying
+        #RekeyLimit default none
+        Ciphers aes256-ctr,aes192-ctr,aes128-ctr
+        </pre>
+
         <p>Authentication settings;</p>
 
         <pre>
> ^
d03c953d ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46