Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Passphrase #51

Merged
merged 4 commits into from
Dec 30, 2019
Merged

support Passphrase #51

merged 4 commits into from
Dec 30, 2019

Conversation

appleboy
Copy link
Owner

@appleboy appleboy commented Dec 30, 2019

Fixed #50

Use https://github.com/ScaleFT/sshkeys package.

ref: golang/go#18692

maybe next go1.14 will fix the issue. See the commit: FiloSottile/go@9090b28

Signed-off-by: Bo-Yi Wu [email protected]

Signed-off-by: Bo-Yi Wu <[email protected]>
@codecov-io
Copy link

codecov-io commented Dec 30, 2019

Codecov Report

Merging #51 into master will decrease coverage by 0.88%.
The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
- Coverage   89.22%   88.33%   -0.89%     
==========================================
  Files           1        1              
  Lines         167      180      +13     
==========================================
+ Hits          149      159      +10     
- Misses          9       10       +1     
- Partials        9       11       +2
Impacted Files Coverage Δ
easyssh.go 88.33% <88.88%> (-0.89%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8dc53bb...dd85fd8. Read the comment docs.

@appleboy appleboy self-assigned this Dec 30, 2019
Signed-off-by: Bo-Yi Wu <[email protected]>
Signed-off-by: Bo-Yi Wu <[email protected]>
Signed-off-by: Bo-Yi Wu <[email protected]>
@appleboy appleboy merged commit d88530f into master Dec 30, 2019
@appleboy appleboy deleted the Passphrase branch December 30, 2019 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support ssh key passphrase
2 participants