Skip to content

Authentication failure because sanitisedCfg #24

@lang07123

Description

@lang07123

image

the config's password is changed when you change the sanitisedCfg's password.
so stream.Handshake always take a wrong password.

	sanitisedCfg := config
	sanitisedCfg.Parameters["password"] = "********"
	logrus.Debugf("Starting handshake with %#v", config)
	err = stream.Handshake(config)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions