You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,12 @@ It's recommended to use the [ssh-audit](https://github.com/jtesta/ssh-audit) scr
43
43
Diffie-Hellman moduli used for `diffie-hellman-group-exchange-sha256` should be at lest 3072 bits long according to [Mozilla's OpenSSH server hardening guide](https://infosec.mozilla.org/guidelines/openssh#modern-openssh-67). This can be done with the following commands.
44
44
45
45
```shell
46
+
# backup original moduli file
47
+
cp /etc/ssh/moduli /etc/ssh/moduli.backup
48
+
46
49
# find lines with moduli >= 3071 bits and save them to moduli.tmp
0 commit comments