Increase verbosity of SSH when attempting to connect to an instance

Change-Id: I1f53977cd9bc5256ccc88ae3ad6553f7e785013b
This commit is contained in:
Sean M. Collins 2016-01-06 22:39:16 +00:00
parent 0d5947e064
commit 350b0e9094
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ function exit_trap {
# when hosts come and go.
#
# Auto-accept whatever we connect to
FSSH="ssh -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
FSSH="ssh -v -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no"
# Restore xtrace