Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit e79a71c

Browse files
author
Tyler Titsworth
authored
Apply regreSSHion mitigation (#1657)
Signed-off-by: Tyler Titsworth <[email protected]>
1 parent 3e85ca9 commit e79a71c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile_chatbot

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ RUN apt update \
153153
&& apt install -y wget numactl git nvidia-cuda* \
154154
&& apt install -y openssh-server \
155155
&& apt install -y python${PYTHON_VERSION} python3-pip \
156+
&& echo 'LoginGraceTime 0' >> /etc/ssh/sshd_config \# https://ubuntu.com/security/CVE-2024-6387
156157
&& apt clean \
157158
&& rm -rf /var/lib/apt/lists/*
158159
RUN ln -s /usr/bin/python3 /usr/bin/python

0 commit comments

Comments
 (0)