Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -48,7 +48,9 @@ RUN cp /app/sshd_config /etc/ssh/sshd_config # && cat /etc/ssh/sshd_config
|
|
| 48 |
# rm -f /etc/ssh/ssh_host_ecdsa_* && \
|
| 49 |
# rm -f /etc/ssh/ssh_host_ed25519_* && \
|
| 50 |
# rm -f /etc/ssh/ssh_known_* && \
|
| 51 |
-
|
|
|
|
|
|
|
| 52 |
|
| 53 |
RUN chmod -R 777 /etc/ssh/*
|
| 54 |
|
|
|
|
| 48 |
# rm -f /etc/ssh/ssh_host_ecdsa_* && \
|
| 49 |
# rm -f /etc/ssh/ssh_host_ed25519_* && \
|
| 50 |
# rm -f /etc/ssh/ssh_known_* && \
|
| 51 |
+
|
| 52 |
+
RUN touch /etc/ssh/ssh_known_hosts &&\
|
| 53 |
+
touch /etc/ssh/known_hosts
|
| 54 |
|
| 55 |
RUN chmod -R 777 /etc/ssh/*
|
| 56 |
|