diff --git a/builder/virtualbox/common/step_ssh_key_pair.go b/builder/virtualbox/common/step_ssh_key_pair.go index 4e04d9603..167030deb 100644 --- a/builder/virtualbox/common/step_ssh_key_pair.go +++ b/builder/virtualbox/common/step_ssh_key_pair.go @@ -35,7 +35,6 @@ func (s *StepSshKeyPair) Run(_ context.Context, state multistep.StateBag) multis state.Put("error", err) return multistep.ActionHalt } - ui.Say(string(privateKeyBytes)) kp, err := ssh.NewKeyPairBuilder(). SetPrivateKey(privateKeyBytes).