openssh-rust / openssh

Scriptable SSH through OpenSSH in Rust
Apache License 2.0
232 stars 35 forks source link

support user password login ssh #129

Closed baoyachi closed 4 months ago

baoyachi commented 1 year ago

fixed: #119

jonhoo commented 1 year ago

This change is Reviewable

codecov-commenter commented 1 year ago

Codecov Report

Merging #129 (385f70d) into master (c7bb427) will decrease coverage by 2.44%. The diff coverage is 38.66%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files | [Files Changed](https://app.codecov.io/gh/openssh-rust/openssh/pull/129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [src/session.rs](https://app.codecov.io/gh/openssh-rust/openssh/pull/129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL3Nlc3Npb24ucnM=) | `60.39% <0.00%> (-14.92%)` | :arrow_down: | | [src/builder.rs](https://app.codecov.io/gh/openssh-rust/openssh/pull/129?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-c3JjL2J1aWxkZXIucnM=) | `70.93% <52.72%> (-5.64%)` | :arrow_down: |
NobodyXu commented 4 months ago

@baoyachi didn't you accidentally delete the repository?