Skip to content

Commit

Permalink
Remediation Cheatsheet
Browse files Browse the repository at this point in the history
Remediation Cheatsheet
  • Loading branch information
1nPr0c committed Nov 12, 2014
1 parent e4b086e commit f527916
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cheatsheet_Remediations.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[+] Weak SSH Ciphers

sudo nano /etc/ssh/sshd_config

Add the following lines:

Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,arcfour
MACs hmac-sha1,hmac-ripemd160

Restart SSH

0 comments on commit f527916

Please sign in to comment.