feat: supports ECDSA keypair

This commit is contained in:
hstyi
2025-10-01 11:46:56 +08:00
committed by hstyi
parent 0aabe1b0dc
commit 5fc76d955a
4 changed files with 40 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM linuxserver/openssh-server
FROM linuxserver/openssh-server:9.3_p2-r1-ls147
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
&& apk update && apk add wget tmux gcc zip p7zip g++ git make zsh htop stress-ng inetutils-telnet xclock xcalc xorg-server xinit && wget https://ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz \
&& tar -xf lrzsz-0.12.20.tar.gz && cd lrzsz-0.12.20 && ./configure && make && make install \