appleboy / appleboy/easyssh-proxy

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

Open
#92 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.