Releases: remotefs-rs/remotefs-rs-ssh
Releases · remotefs-rs/remotefs-rs-ssh
remotefs-ssh 0.3.0
0.3.0
Released on 09/07/2024
- Fix: resolved_host from configuration wasn't used to connect
SshOpts::methodnow requiresKeyMethodandMethodTypeto setup key method- Feat: Implemented
SshAgentIdentityto specify the ssh agent configuration to be used to authenticate.- use
SshOpts.ssh_agent_identity()to set the option
- use
remotefs-ssh 0.2.1
0.2.1
Released on 06/07/2023
- If ssh configuration timeout is
0, don't set connection timeout
remotefs-ssh 0.2.0
0.2.0
Released on 09/05/2023
SshOpts::config_filenow requiresSshConfigParseRuleas argument to specify the rules to parse the configuration file
remotefs-ssh 0.1.6
0.1.6
Released on 19/04/2023
- Fixed relative paths resolve on Windows
remotefs-ssh 0.1.5
0.1.5
Released on 18/04/2023
- Fixed relative paths resolve on Windows
remotefs-ssh 0.1.3
0.1.3
Released on 10/02/2023
- Fixed client using ssh2 config parameter
HostNameto resolve configuration parameters. - Bump
ssh2-configto0.1.4
remotefs-ssh 0.1.2
0.1.2
Released on 30/08/2022
- SshKeyStorage trait MUST return
PathBufinstead ofPath
remotefs-ssh 0.1.1
0.1.1
Released on 20/07/2022
- Added
ssh2-vendoredfeature to build libssl statically
remotefs-ssh 0.1.0
0.1.0
Released on 04/01/2022
- First release