Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

ssh_config Ciphers changes do not work

4n0nx4n0nx Member

I changed "Ciphers" in /etc/ssh/ssh_config on my Debian 7 server.

However, no matter what I choose, when I connect from my Ubuntu 14.04 PC, ssh -vv always outputs aes128-ctr. I have restarted SSH and rebooted the server. When I specify the cipher with ssh it works (e.g. ssh -c aes256-ctr).

I also changed "KexAlgorithms" and "MACs", with no effect as well.

What am I doing wrong? How do I disable weak ciphers on the server?

Thanks

Comments

  • rm_rm_ IPv6 Advocate, Veteran

    said: I changed "Ciphers" in /etc/ssh/ssh_config on my Debian 7 server.

    Try editing sshd_config (which actually affects the SSH server, and not the SSH client).

    Thanked by 14n0nx
  • Thanks. :) Now it works.

Sign In or Register to comment.