Skip to content

Commit

Permalink
Added debug to the ssh daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jun 30, 2023
1 parent 6268e2d commit b1c09e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ then
echo "---> Complete"
echo "Starting sshd"
ssh-keygen -A
/usr/sbin/sshd -D
/usr/sbin/sshd -D -d
fi

exec "$@"

0 comments on commit b1c09e0

Please sign in to comment.