Port-mac68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD 8.0 on a Mac LC III



On Mon, Oct 08, 2018 at 07:36:44PM -0600, userm57%yahoo.com@localhost 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


Home | Main Index | Thread Index | Old Index