Skip to content

Commit 8838e42

Browse files
committed
add warning about backup
1 parent 43c4990 commit 8838e42

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,17 @@ cooler, more secure, and tuned to your liking.
2424
- We'll help you set it up if it's your first time.
2525
8. **[unattended-upgrades](https://help.ubuntu.com/community/AutomaticSecurityUpdates)** - Stay safe with automatic security updates.
2626

27-
### Customize Your Setup
27+
### SSH Authentication
2828

29-
- **SSH Authentication**:
29+
- Switch to key-based authentication for enhanced security (as requested in [issue #1](https://github.com/Decaded/install-script/issues/1)).
30+
- You can later revert to password authentication using the option in the menu: `Restore SSH Configuration`.
31+
- The script automatically creates a backup of your SSH configuration (`sshd_config`) before making changes. It's stored at `/etc/ssh/sshd_config_decoscript.backup`.
32+
- **Warning**: Running the script again will overwrite the existing backup file. To preserve it, consider renaming or copying it to another location.
3033

31-
- Switch to key-based authentication for enhanced security (as requested in [issue #1](https://github.com/Decaded/install-script/issues/1)).
32-
- You can later revert to password authentication using option `6` in the menu: `Restore SSH Configuration`.
33-
- The script automatically creates a backup of your SSH configuration (`sshd_config`) before making changes, located at `/etc/ssh/sshd_config_decoscript.backup`.
34+
### Passwordless Sudo Access
3435

35-
- **Passwordless Sudo Access**:
36-
37-
- Elevate your powers without the hassle of password prompts.
38-
- Don't worry; we won't mess with it if you're already in the passwordless sudo club.
36+
- Elevate your powers without the hassle of password prompts.
37+
- Don't worry; we won't mess with it if you're already in the passwordless sudo club.
3938

4039
### Web Server Delight
4140

0 commit comments

Comments
 (0)