Include server fingerprint in auth responses and rename project
This commit is contained in:
parent
979cc61acd
commit
6c654072a5
4 changed files with 52 additions and 32 deletions
|
|
@ -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" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue