mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-11 06:02:18 +00:00
Merge pull request #9440 from brendandburns/ssh
Add an initial test for SSH.
This commit is contained in:
@@ -1217,7 +1217,7 @@ func getSigner(provider string) (ssh.Signer, error) {
|
||||
key := filepath.Join(keydir, keyfile)
|
||||
Logf("Using SSH key: %s", key)
|
||||
|
||||
return util.MakePrivateKeySigner(key)
|
||||
return util.MakePrivateKeySignerFromFile(key)
|
||||
}
|
||||
|
||||
// checkPodsRunning returns whether all pods whose names are listed in podNames
|
||||
|
Reference in New Issue
Block a user