Nathan1980
Dabbler
- Joined
- Aug 21, 2021
- Messages
- 12
I need to configure sshd to use AES128-ctr or chacha20.
But it keeps falling to aes256.
I can force it from a test client at least to chacha20 by avoiding aes at all, but the client im forced to use has no such setting, so the server need to do the trick not the client.
I can not find, where the cipher list is configured, nor in /etc/ssh/sshd_config or in /etc/local/ssh/sshd_config which is created by the service gui.
When I add in GUI -> Services -> SSH -> Advanced -> "Auxiliary Parameters" -> "Ciphers +aes128-ctr"
the ssh daemon no longer starts.
Same ifI try to remove a cyper by adding the line "Ciphers -aes256-cbc".
Any tipp how to limit the cipers only to the two named above?
But it keeps falling to aes256.
I can force it from a test client at least to chacha20 by avoiding aes at all, but the client im forced to use has no such setting, so the server need to do the trick not the client.
I can not find, where the cipher list is configured, nor in /etc/ssh/sshd_config or in /etc/local/ssh/sshd_config which is created by the service gui.
When I add in GUI -> Services -> SSH -> Advanced -> "Auxiliary Parameters" -> "Ciphers +aes128-ctr"
the ssh daemon no longer starts.
Same ifI try to remove a cyper by adding the line "Ciphers -aes256-cbc".
Any tipp how to limit the cipers only to the two named above?