Skip to content

126 new feature termscp doesnt use id rsa default ssh private key to authenticate to sftp scp endpoint#144

Merged
veeso merged 4 commits into0.11.0from
126-new-feature-termscp-doesnt-use-id_rsa-default-ssh-private-key-to-authenticate-to-sftp-scp-endpoint
Feb 10, 2023
Merged

126 new feature termscp doesnt use id rsa default ssh private key to authenticate to sftp scp endpoint#144
veeso merged 4 commits into0.11.0from
126-new-feature-termscp-doesnt-use-id_rsa-default-ssh-private-key-to-authenticate-to-sftp-scp-endpoint

Conversation

@veeso
Copy link
Owner

@veeso veeso commented Feb 10, 2023

ISSUE 126 - termscp doesn't use IdentityFile on ssh authentication

Fixes #126

Description

  • Bump remotefs-ssh 0.1.3
  • Optimized ssh key storage

Type of change

Please select relevant options.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • My code follows the contribution guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I formatted the code with cargo fmt
  • I checked my code using cargo clippy and reports no warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have introduced no new C-bindings
  • The changes I've made are Windows, MacOS, UNIX, Linux compatible (or I've handled them using cfg target_os)
  • I increased or maintained the code coverage for the project, compared to the previous commit

Acceptance tests

  • regression test: ssh authentication
  • I can login with IdentityFile ssh

@veeso veeso merged commit d1aaf97 into 0.11.0 Feb 10, 2023
@veeso veeso deleted the 126-new-feature-termscp-doesnt-use-id_rsa-default-ssh-private-key-to-authenticate-to-sftp-scp-endpoint branch February 10, 2023 14:11
veeso pushed a commit that referenced this pull request Feb 11, 2023
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.

[New Feature] - termscp doesn't use id_rsa default SSH private key to authenticate to SFTP / SCP endpoint

1 participant