trying to do a rather simple test, I added:
Ciphers -aes128-cbc
to the sshd_config file in C:\ProgramData\ssh, restarted the sshd service, but when I then query it using:
ssh -Q cipher
aes128-cbc remains listed in the results.
Am I misinterpreting the results of 'ssh -Q cipher' ? or is my statement in the config file, attempting to exclude/disable aes128-cbc not correct?
any help, ideas, or guidance would be appreciated.