Versions in this module Expand all Collapse all v1 v1.2.0 Feb 9, 2018 Changes in this version + func CommHost(state multistep.StateBag) (string, error) + func SSHConfig(username, password string) func(state multistep.StateBag) (*ssh.ClientConfig, error) + type StepKeyPair struct + Debug bool + DebugKeyPath string + PrivateKeyFile string + func (s *StepKeyPair) Cleanup(state multistep.StateBag) + func (s *StepKeyPair) Run(_ context.Context, state multistep.StateBag) multistep.StepAction