Skip to content

!proxy function failed on specific sshl version " openssh_7.4p1 openssl 1.0.2k-fips " #92

@zdszx

Description

@zdszx

use " openssh_7.4p1 openssl 1.0.2k-fips " as proxy in

 ssh := &easyssh.MakeConfig{
	User:    "drone-scp",
	Server:  "localhost",
	Port:    "22",
	KeyPath: "./tests/.ssh/id_rsa",
	Proxy: easyssh.DefaultConfig{
		User:    "drone-scp",
		Server:  "localhost",
		Port:    "22",
		KeyPath: "./tests/.ssh/id_rsa",
	},
}

will failed !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions