Ebuka John Onyejegbu

0 %
Ebuka John Onyejegbu
Red Teamer
Incidence Responder
SANS GCIH | OSCP
  • Residence:
    Nigeria
  • City:
    Lagos
Batch
Bash
Powershell
html
CSS
Js
PHP
WordPress
  • Linux, Windows
  • Windows Server
  • Linux Server
  • Cloud, Azure, AWS, Oracle
0

No products in the cart.

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:
Write a comment

× 3 = 21