Include server fingerprint in auth responses and rename project

This commit is contained in:
Bad Manners 2024-12-19 19:17:21 -03:00
parent 979cc61acd
commit 6c654072a5
4 changed files with 52 additions and 32 deletions

View file

@ -5,5 +5,5 @@ COPY . .
RUN cargo build --release
FROM alpine:3.20
COPY --from=builder /usr/src/app/target/release/sish_games /usr/local/bin/sish_games
ENTRYPOINT [ "sish_games" ]
COPY --from=builder /usr/src/app/target/release/auth_ssh_games /usr/local/bin/auth_ssh_games
ENTRYPOINT [ "auth_ssh_games" ]