Re: Adding makemandb as build tool for man.db
David Riley <[email protected]> Wed, 31 Oct 2018 16:54:50 -0400
| Newsgroups | gmane.os.netbsd.ports.mac68k,gmane.os.netbsd.devel.installation |
|---|---|
| Message-ID | <[email protected]> |
On Oct 31, 2018, at 3:07 PM, Martin Husemann <[email protected]> wrote: > > This would include the makemandb hint (which actually is not *that* painfull > on most small / slow machines I have), and also point at something like > this to be added to /etc/ssh/sshd_config: > > HostKeyAlgorithms [email protected],[email protected],[email protected],[email protected],-ssh-ed25519-cert-v01,-ecdsa-sha2-nistp256,-ecdsa-sha2-nistp384,-ecdsa-sha2-nistp521,-ssh-ed25519 > > KexAlgorithms -ecdh-sha2-nistp256,-ecdh-sha2-nistp384,-ecdh-sha2-nistp521,curve25519-sha256,[email protected] Are the X25519 options really that slow? I'd expect them to be faster than medium-sized RSA keys, in general. The NIST curves are less speed-friendly. Or is it the SHA2 part that does it? - Dave