From f78bde2e3e22e1749f95f8b19b79234d084d159c Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Sun, 17 May 2015 23:03:52 -0700 Subject: [PATCH] fix INSTALL/install_env SSH_PORT --- INSTALL/install_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL/install_env.sh b/INSTALL/install_env.sh index d3f3c093..c947a1f9 100755 --- a/INSTALL/install_env.sh +++ b/INSTALL/install_env.sh @@ -10,7 +10,7 @@ fi USER="tmuser" OPEN_PORTS=(46656 46657 46658 46659 46660 46661 46662 46663 46664 46665 46666 46667 46668 46669 46670 46671) -SSH_PORT=20 +SSH_PORT=22 WHITELIST=() # update and upgrade