feat: generate SSH2 ED25519 HostKey during startup
This commit is contained in:
parent
077eec64ee
commit
78b83de803
2 changed files with 9 additions and 1 deletions
|
@ -10,7 +10,8 @@ RUN set -eux; \
|
|||
net-tools \
|
||||
screen \
|
||||
; \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm -rf /var/lib/apt/lists/*; \
|
||||
rm /etc/ssh/ssh_host_*key*
|
||||
|
||||
ADD start.sh /
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue