Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8020888

Browse files
Add the dropbear key converter utility too
1 parent 3710958 commit 8020888

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎Dockerfile.dropbear-2020.81

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ autoheader && \
1414
export CC="${MUSL_TARGET}-gcc" && \
1515
export CFLAGS="-frandom-seed=pulse" && \
1616
./configure --host=$($CC -dumpmachine) --enable-static --disable-syslog --with-zlib=/output --prefix=/output && \
17-
make -j$(nproc) PROGRAMS="dropbearkey dbclient dropbear" && \
17+
make -j$(nproc) PROGRAMS="dbclient dropbearconvert dropbearkey dropbear" && \
1818
make install && \
1919
${MUSL_TARGET}-strip /output/bin/dbclient && \
20+
${MUSL_TARGET}-strip /output/bin/dropbearconvert && \
2021
${MUSL_TARGET}-strip /output/bin/dropbearkey && \
2122
${MUSL_TARGET}-strip /output/sbin/dropbear
2223

‎Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ openssl-1.1.1k: musl-cross-make
6464
dropbear-2020.81: zlib-1.2.11
6565
$(DOCKER_BUILD)
6666
$(GRABBY_HANDS) /output/bin/dbclient /grabby/dbclient-2020.81
67+
$(GRABBY_HANDS) /output/bin/dropbearconvert /grabby/dropbearconvert-2020.81
6768
$(GRABBY_HANDS) /output/bin/dropbearkey /grabby/dropbearkey-2020.81
6869
$(GRABBY_HANDS) /output/sbin/dropbear /grabby/$@
6970

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /