Spaces:
Runtime error
Runtime error
changed Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,7 @@ RUN sed -i 's/PermitRootLogin prohibit-password/PermitRootLogin yes/' /etc/ssh/s
|
|
| 8 |
# Set a password for the root user
|
| 9 |
RUN echo "root:Changeme" | chpasswd
|
| 10 |
|
| 11 |
-
# Create the sshuser account
|
| 12 |
RUN useradd -m -s /bin/bash sshuser
|
| 13 |
|
| 14 |
# Create and change ownership of the /run/sshd directory
|
|
|
|
| 8 |
# Set a password for the root user
|
| 9 |
RUN echo "root:Changeme" | chpasswd
|
| 10 |
|
| 11 |
+
# Create the sshuser account lol
|
| 12 |
RUN useradd -m -s /bin/bash sshuser
|
| 13 |
|
| 14 |
# Create and change ownership of the /run/sshd directory
|