My apologies for this basic question, but I want to make sure I can do this correctly when required.
I need to restrict SSH Ciphers to only certain ciphers. My current understanding is that I'll have to log into the CLI and run the following:
cd /etc/shh
vim sshd_config
From there I will have to add the specific ciphers we have determined as acceptable. I guess my issue is I don't know where in the sshd_config file to insert the Ciphers.
Does it actually matter where in the file they are added?
Thanks.