Move ssh to port 919

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