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

Apply regreSSHion mitigation #1657

Merged
merged 2 commits into from
Jul 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker/Dockerfile_chatbot
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ RUN apt update \
&& apt install -y wget numactl git nvidia-cuda* \
&& apt install -y openssh-server \
&& apt install -y python${PYTHON_VERSION} python3-pip \
&& echo 'LoginGraceTime 0' >> /etc/ssh/sshd_config \# https://ubuntu.com/security/CVE-2024-6387
&& apt clean \
&& rm -rf /var/lib/apt/lists/*
RUN ln -s /usr/bin/python3 /usr/bin/python
Expand Down
Loading