Hello
Help me with enable cipher aes256-cbc for ssh
TY
Please be more clear about what you are trying to achieve: Do you want to connect to some ssh host that only offers this obsolete cipher or do you want to enable that cipher on your OpnSense for old clients?
In the first case, just use "ssh -o Ciphers=aes256-cbc xxx@yyy", in the second, you need to modify the setting "SSL Ciphers" under System:Settings:Administration to include your desired ciphers.
Yes enable on my opnsense server for old clients
TY