Revert "Move ssh to port 919"

This reverts commit 4e4890810f3a22e7ec990cc44381a2c243044d99.

This change is not done yet
This commit is contained in:
Girish Ramakrishnan
2015-09-10 11:40:27 -07:00
parent 8292e78ef2
commit a4d0394d1a
4 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ if [[ ! -f "${ssh_keys}" ]]; then
exit 1
fi
ssh root@$1 -p 919 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ConnectTimeout=10 -i "${ssh_keys}"
ssh root@$1 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ConnectTimeout=10 -i "${ssh_keys}"