Disable user-defined ssh_config configurations

Using the user-defined ssh_config configurations bring more problems
instead of enchancements.

Change-Id: Icfd720e8d691b72a52e78e531eaf5aea9cdfb12a
Closes-Bug: #1569032
Signed-off-by: Maksim Malchuk <mmalchuk@mirantis.com>
This commit is contained in:
Maksim Malchuk 2016-04-11 23:27:37 +03:00
parent 80e86854be
commit c865e7b2e2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
source ./functions/shell.sh
ssh_options='-oConnectTimeout=5 -oStrictHostKeyChecking=no -oCheckHostIP=no -oUserKnownHostsFile=/dev/null -oRSAAuthentication=no -oPubkeyAuthentication=no'
ssh_options='-F /dev/null -oConnectTimeout=5 -oStrictHostKeyChecking=no -oCheckHostIP=no -oUserKnownHostsFile=/dev/null -oRSAAuthentication=no -oPubkeyAuthentication=no'
wait_for_exec_in_bootstrap() {
ip=$1