John E.

0 %
John E.
Red Teamer
Incidence Responder
SANS GCIH | OSCP
  • Location:
    Inside a Pineapple under the sea.
Batch
Bash
Powershell
html
CSS
Js
PHP
WordPress
  • Linux, Windows
  • Windows Server
  • Linux Server
  • Cloud, Azure, AWS, Oracle

Disable SSH Server Weak Ciphers and CBC Mode Ciphers in Linux

February 23, 2022

Its easy to fix this weak ciphers being flagged by the security team, below is how to do it.

nano /etc/ssh/sshd_config
Ciphers aes128-ctr,aes192-ctr,aes256-ctr

Save the file and restart the service as below

service sshd restart

you can very what you have done by

sshd -T |grep ciphers
Posted in Vulnerability RemediationTags:

Leave a Reply

Discover more from John E.

Subscribe now to keep reading and get access to the full archive.

Continue reading