easyssh-proxy icon indicating copy to clipboard operation
easyssh-proxy copied to clipboard

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

Open zdszx opened this issue 1 year ago • 0 comments

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 !

zdszx avatar Jan 18 '24 13:01 zdszx