fix: encode strings to bytes for binary SSH + use port 22

This commit is contained in:
Greg Hendrickson
2026-01-27 18:17:47 +00:00
parent 730f2eb37a
commit 692c6c92dc
3 changed files with 9 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ RUN useradd -m shellmate && \
USER shellmate
RUN ssh-keygen -t ed25519 -f /etc/shellmate/ssh_host_key -N ""
EXPOSE 2222
EXPOSE 22
ENV STOCKFISH_PATH=/usr/games/stockfish