appleboy / appleboy/easyssh-proxy
!proxy function failed on specific sshl version " openssh_7.4p1 openssl 1.0.2k-fips "
Open
- Dominant language
- Go
- Stars
- 349
- Forks
- 64
- PR merge metrics
- No merged PRs in 30d
Description
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 !
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.