logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 4a74fd88285394f95319851c932a8084cbe7e3c0
parent 0ae133ac9d122fbb31a2b447b1d9ee310b2a3b76
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 16 Jan 2019 10:08:03 +0100

notes/SSH\ Daemon\ Comparison.md: fix typo, duplicate veunchanged-versions lines

Diffstat:

Mnotes/SSH Daemon Comparison.md4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/notes/SSH Daemon Comparison.md b/notes/SSH Daemon Comparison.md @@ -1,5 +1,5 @@ # SSH Daemon comparison of protocol and cryptography -Note: Done by using the source code and listing everything that is available, regarless of the build or runtime configurations. +Note: Done by using the source code and listing everything that is available, regardless of the build or runtime configurations. - tinyssh: Minimalist, state-of-the-art cryptographic and secure-only SSH Daemon <https://tinyssh.org/> - dropbear: Small SSH Client/Server designed for small memory usage <https://matt.ucc.asn.au/dropbear/dropbear.html> @@ -22,10 +22,12 @@ Note: Done by using the source code and listing everything that is available, re ## HMAC - tinyssh (20190101): hmac-sha2-256 +- tinyssh (20181206): hmac-sha2-256 - dropbear (2018.76): hmac-sha1-96, hmac-sha1, hmac-sha2-256, hmac-sha2-512, hmac-md5 ## Compression - tinyssh (20190101): none +- tinyssh (20181206): none - dropbear (2018.76): zlib@openssh.com, zlib, none ## Host Keys