perf: ssh支持ppk格式私钥

This commit is contained in:
xiaojunnuo
2025-11-25 00:48:21 +08:00
parent a9606bfb4e
commit 575ae164c8
4 changed files with 1490 additions and 6 deletions
+2
View File
@@ -19,6 +19,8 @@ RUN apk add --no-cache openjdk8
WORKDIR /app/
COPY --from=builder /workspace/certd-server/ /app/
COPY ./patch/ssh2/*.js /app/node_modules/.pnpm/node_modules/ssh2/lib/protocol/
ENV LEGO_VERSION=4.22.2
ENV LEGO_DOWNLOAD_DIR=/app/tools/lego
RUN mkdir -p $LEGO_DOWNLOAD_DIR