opentofu/communicator/ssh
James Bardin 943972cd8f retry ssh authentication failures
Most of the time an ssh authentication failure would be non-recoverable,
but some host images can start the ssh service before it is properly
configured, or before user authentication data is available.

Log ssh authentication errors and allow the provisioner to retry until
the connection timeout.
2018-03-30 15:23:24 -04:00
..
communicator_test.go clean up remote.Cmd api 2018-03-16 14:29:48 -04:00
communicator.go retry ssh authentication failures 2018-03-30 15:23:24 -04:00
password_test.go Fix import formatting across code base 2016-04-18 17:28:46 -07:00
password.go Fix import formatting across code base 2016-04-18 17:28:46 -07:00
provisioner_test.go Remove deprecated key_file and bastion_key_file 2016-10-12 14:30:09 -04:00
provisioner.go add support for ssh host key checking 2018-02-14 15:35:41 -05:00
ssh_test.go test identity file parsing 2017-12-26 16:27:18 -05:00