diff options
author | Silvino Silva <silvino@bk.ru> | 2017-08-02 01:04:50 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-08-02 01:04:50 +0100 |
commit | b1b5779493352c72cced0251625d0b850ebac5b8 (patch) | |
tree | 0f40548a2b5c8eaf9bd99423e21b8baf63b83d65 /tools/openssh.html | |
parent | ed23bb3344ec5be2893db8d8d838c38c9f2baacd (diff) | |
parent | 65167272a3ba52dc4d032a1c60a9ff030408047d (diff) | |
download | doc-b1b5779493352c72cced0251625d0b850ebac5b8.tar.gz |
new release 0.3.1
Diffstat (limited to 'tools/openssh.html')
-rw-r--r-- | tools/openssh.html | 6 |
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> |