terraform/communicator/ssh
James Bardin 780ca17884 use keepalive replies to detect dead connections
An ssh server should always send a reply packet to the keepalive
request. If we miss those replies for over 2min, consider the connection
dead and abort, rather than block the provisioner indefinitely.
2019-07-11 09:44:22 -04:00
..
communicator.go use keepalive replies to detect dead connections 2019-07-11 09:44:22 -04:00
communicator_test.go use keepalive replies to detect dead connections 2019-07-11 09:44:22 -04:00
password.go Fix import formatting across code base 2016-04-18 17:28:46 -07:00
password_test.go Fix import formatting across code base 2016-04-18 17:28:46 -07:00
provisioner.go updated ssh authentication and testing for ssh 2019-02-22 14:30:50 -05:00
provisioner_test.go updated ssh authentication and testing for ssh 2019-02-22 14:30:50 -05:00
ssh_test.go test identity file parsing 2017-12-26 16:27:18 -05:00