Increase verbosity of SSH when attempting to connect to an instance
Change-Id: I1f53977cd9bc5256ccc88ae3ad6553f7e785013b
This commit is contained in:
parent
0d5947e064
commit
350b0e9094
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user