mirror of
https://github.com/containers/podman.git
synced 2025-12-02 11:08:36 +08:00
update buildah and c/common to latest
also includes bumps for c/storage and c/image Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/ssh/connection_golang.go
generated
vendored
2
vendor/github.com/containers/common/pkg/ssh/connection_golang.go
generated
vendored
@@ -275,7 +275,7 @@ func ValidateAndConfigure(uri *url.URL, iden string) (*ssh.ClientConfig, error)
|
||||
keyFilePath := filepath.Join(homedir.Get(), ".ssh", "known_hosts")
|
||||
known, err := knownhosts.New(keyFilePath)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("error creating host key callback function for %s: %w", keyFilePath, err)
|
||||
return nil, fmt.Errorf("creating host key callback function for %s: %w", keyFilePath, err)
|
||||
}
|
||||
|
||||
cfg := &ssh.ClientConfig{
|
||||
|
||||
Reference in New Issue
Block a user