disabling list of ciphers supported by sshd

Started by alone_k1, September 05, 2018, 05:43:16 AM

Previous topic - Next topic
hi, how can i disable and enable some of the ciphers that are supported by sshd ?
i edit this file:
vim /etc/ssh/sshd_config

and then restart the sshd
service openssh onerestart

and check for supported list of ciphers :
sshd -T | grep ciphers

but nothing changes , how i can change list of supported ciphers?
i asked it somewhere else in this forum too , im in a very hurry , can anyone help me ?

September 05, 2018, 10:57:26 AM #1 Last Edit: September 05, 2018, 10:59:32 AM by Evil_Sense
The sshd_config gets generated, you'll find the template here:

/usr/local/etc/inc/plugins.inc.d/openssh.inc

Be aware that the file gets overwritten after an update/upgrade