mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Log which SSH key is used in e2e SSH test to help debug #7714
This commit is contained in:
parent
c07896ee35
commit
f2173627ff
@ -695,6 +695,7 @@ func getSigner(provider string) (ssh.Signer, error) {
|
||||
return nil, fmt.Errorf("getSigner(...) not implemented for %s", provider)
|
||||
}
|
||||
key := filepath.Join(keydir, keyfile)
|
||||
Logf("Using SSH key: %s", key)
|
||||
|
||||
// Create an actual signer.
|
||||
file, err := os.Open(key)
|
||||
|
Loading…
Reference in New Issue
Block a user