OPNsense Forum

English Forums => General Discussion => Topic started by: hoculos on June 03, 2023, 01:23:22 PM

Title: How to Enable cipher aes256-cbc
Post by: hoculos on June 03, 2023, 01:23:22 PM
Hello

Help me with enable cipher aes256-cbc for ssh

TY
Title: Re: How to Enable cipher aes256-cbc
Post by: meyergru on June 03, 2023, 02:13:05 PM
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.
Title: Re: How to Enable cipher aes256-cbc
Post by: hoculos on June 03, 2023, 02:38:39 PM
Yes enable on my opnsense server for old clients
TY