Re: NetBSD 8.0 on a Mac LC III
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.mac68k |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Oct 08, 2018 at 07:36:44PM -0600, [email protected] wrote: > (thank you for continuing to support telnet and ftp, even > if they're not secure). Adding telnet and ftp to your > sysinst configuration menu (maybe default to no) might be > helpful for new users. You can greatly improve ssh(d) timings by tweaking the KexAlgorithms settings (for sshd in /etc/ssh/sshd_config). You might need to adjust the same setting on your client then (with a "Host" statement in .ssh/config) to allow algorithms that are not considered safe enough for general use nowadays. "ssh -Q kex" will list the available values, and you want to certainly avoid anything with curve or ecdh in its name. For m68k you may even want to restrict it to sha1 variants. Martin