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

sftp: support for password authentication #1425

Merged
merged 1 commit into from
Oct 20, 2021

Conversation

jkowalski
Copy link
Contributor

Fixes #1373

@codecov
Copy link

codecov bot commented Oct 20, 2021

Codecov Report

Merging #1425 (550c093) into master (3c4cf33) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1425      +/-   ##
==========================================
- Coverage   68.38%   68.37%   -0.02%     
==========================================
  Files         366      366              
  Lines       28884    28895      +11     
==========================================
+ Hits        19752    19756       +4     
- Misses       7485     7490       +5     
- Partials     1647     1649       +2     
Impacted Files Coverage Δ
repo/blob/sftp/sftp_options.go 50.00% <ø> (ø)
cli/storage_sftp.go 83.78% <100.00%> (+1.69%) ⬆️
repo/blob/sftp/sftp_storage.go 56.90% <100.00%> (+0.49%) ⬆️
cli/command_content_verify.go 73.68% <0.00%> (-5.27%) ⬇️
snapshot/snapshotfs/estimate.go 96.66% <0.00%> (-3.34%) ⬇️
internal/cache/persistent_lru_cache.go 84.17% <0.00%> (+1.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 3c4cf33...550c093. Read the comment docs.

@jkowalski jkowalski merged commit 7653324 into kopia:master Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SFTP with user+password
1 participant