Commit f775b24b authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #13462 from ashcrow/master-tests

Auto commit by PR queue bot
parents 3758a01c 66dff577
...@@ -1024,6 +1024,7 @@ func (m *Master) setupSecureProxy(user, privateKeyfile, publicKeyfile string) { ...@@ -1024,6 +1024,7 @@ func (m *Master) setupSecureProxy(user, privateKeyfile, publicKeyfile string) {
} }
func (m *Master) generateSSHKey(user, privateKeyfile, publicKeyfile string) error { func (m *Master) generateSSHKey(user, privateKeyfile, publicKeyfile string) error {
// TODO: user is not used. Consider removing it as an input to the function.
private, public, err := util.GenerateKey(2048) private, public, err := util.GenerateKey(2048)
if err != nil { if err != nil {
return err return err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment