don't print keypair to the user's screen

pull/7287/head
chris marget 7 years ago
parent 13cc73d600
commit 53c0376dfd

@ -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).

Loading…
Cancel
Save