Skip to content

Commit 8fadd65

Browse files
authored
Revise Ubuntu installation instructions for LTS versions
Updated installation instructions for Ubuntu to include support for version 26.04 LTS and clarified support status for older versions.
1 parent 7911cc8 commit 8fadd65

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

docs/install-instructions/Ubuntu.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Installing on Ubuntu Server 24.04 LTS
2-
=====================================
1+
Installing on Ubuntu Server 24.04 LTS and 26.04 LTS
2+
===================================================
33

4-
Note: Ubuntu Server 22.04 LTS is no longer supported.
4+
Note: Ubuntu server versions 22.04 LTS and older are no longer supported.
55

66
**Via ISO Image**
77
Install the default version Ubuntu Server 24.04 LTS. Don't select any additional packages when prompted. During installation, create a user called "dshield."
@@ -15,7 +15,14 @@ sudo adduser --disabled-password --gecos "DShield Honeypot" dshield
1515
sudo adduser dshield sudo
1616
```
1717

18-
If you installed the "minimum server": Make sure to install the editor of your choice. (for example, "sudo apt install emacs-nox")
18+
If you installed the "minimum server": Make sure to install the editor of your choice. (for example, "sudo apt install emacs-nox").
19+
20+
**Optional: sudo without passwords
21+
The "adduser" command does not configure a password for the dshield user. However, the user must have the abilitiy to use sudo. Either add a password for the "dshield" account, or modify the /etc/sudoers file:
22+
23+
```
24+
25+
```
1926

2027
**After Completing Installation**
2128
Upgrade the base system and ensure git and openssh-server are already installed:

0 commit comments

Comments
 (0)