Skip to content

Commit ab1ce20

Browse files
committed
bumped compatibility version
1 parent e42d634 commit ab1ce20

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# K4YT3X's Hardened OpenSSH Server Configuration
22

3-
This repository hosts my hardened version of OpenSSH server (6.7+) configuration file.
3+
This repository hosts my hardened version of OpenSSH server (7.4+) configuration file.
44

55
**Please review the configuration file carefully before applying it.** You are responsible for actions done to your own system.
66

@@ -13,12 +13,9 @@ This repository hosts my hardened version of OpenSSH server (6.7+) configuration
1313
1. Run the appropriate command to restart the SSH service (e.g., `sudo systemctl restart ssh`)
1414

1515
```shell
16-
# download the configuration file from GitHub using curl
16+
# download the configuration file from GitHub using curl or other methods
1717
curl https://raw.githubusercontent.com/k4yt3x/sshd_config/master/sshd_config ~/sshd_config
1818

19-
# you may also download with wget or other methods if curl is not available
20-
wget https://raw.githubusercontent.com/k4yt3x/sshd_config/master/sshd_config ~/sshd_config
21-
2219
# backup the original sshd_config
2320
sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.backup
2421

@@ -39,4 +36,4 @@ For convenience, I have pointed the URL `https://akas.io/sshd` to the `sshd_conf
3936
curl -sSL akas.io/sshd -o sshd_config
4037
```
4138

42-
You may want to use the [ssh-audit](https://github.com/jtesta/ssh-audit) script to check the cryptographic strength of your SSH server after done configuring it.
39+
It's recommended to use the [ssh-audit](https://github.com/jtesta/ssh-audit) script to check the cryptographic strength of your SSH server after done configuring it.

0 commit comments

Comments
 (0)