We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a88931 commit 1073a2cCopy full SHA for 1073a2c
libvirt/uri/ssh.go
@@ -94,6 +94,7 @@ func (u *ConnectionURI) parseAuthMethods(target string, sshcfg *ssh_config.Confi
94
signer, err := ssh.ParsePrivateKey(sshKey)
95
if err != nil {
96
log.Printf("[ERROR] Failed to parse ssh key: %v", err)
97
+ continue
98
}
99
result = append(result, ssh.PublicKeys(signer))
100
0 commit comments