mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-05 08:16:23 +00:00
5 lines
121 B
Docker
5 lines
121 B
Docker
|
FROM debian
|
||
|
|
||
|
RUN apt update && apt install -y openssh-server && \
|
||
|
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config
|