|
@@ -26,7 +26,7 @@ disable_ssh="false"
|
|
if [[ -z "${SSH_PORT:-}" ]]; then
|
|
if [[ -z "${SSH_PORT:-}" ]]; then
|
|
echo "SSH disabled"
|
|
echo "SSH disabled"
|
|
SSH_PORT=29418 # arbitrary port to keep sshd happy
|
|
SSH_PORT=29418 # arbitrary port to keep sshd happy
|
|
- disable_ssh="false"
|
|
|
|
|
|
+ disable_ssh="true"
|
|
fi
|
|
fi
|
|
|
|
|
|
sed -e "s/^Port .*/Port ${SSH_PORT}/" \
|
|
sed -e "s/^Port .*/Port ${SSH_PORT}/" \
|