Browse Source

actually disable ssh

Girish Ramakrishnan 9 năm trước cách đây
mục cha
commit
934b4cadc7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      start.sh

+ 1 - 1
start.sh

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