how to disallow weak algorithms from ssh
Tom H
tomh0665 at gmail.com
Mon Aug 7 06:28:12 UTC 2017
On Sun, Aug 6, 2017 at 10:44 AM, robert <robert at redcor.ch> wrote:
>
> I had one of my servers tested using https://sshcheck.com
>
> it did point me to the following week algorithms that the server seams to
> allow.
>
> Where can I disallow them?
The algos that you listed are MACs. You can list them with “ssh -Q
mac” and you can specify the ones that you'd like sshd to use in
"/etc/ssh/sshd-config" (a line with "MACs comma_separated_list").
More information about the ubuntu-users
mailing list