Skip to content

Releases: veeso/remotefs-rs-ssh

remotefs-ssh 0.2.1

06 Jul 07:43
Compare
Choose a tag to compare

0.2.1

Released on 06/07/2023

  • If ssh configuration timeout is 0, don't set connection timeout

remotefs-ssh 0.2.0

09 May 16:33
Compare
Choose a tag to compare

0.2.0

Released on 09/05/2023

  • SshOpts::config_file now requires SshConfigParseRule as argument to specify the rules to parse the configuration file

remotefs-ssh 0.1.6

19 Apr 07:56
Compare
Choose a tag to compare

0.1.6

Released on 19/04/2023

  • Fixed relative paths resolve on Windows

remotefs-ssh 0.1.5

18 Apr 09:36
Compare
Choose a tag to compare

0.1.5

Released on 18/04/2023

  • Fixed relative paths resolve on Windows

remotefs-ssh 0.1.3

10 Feb 13:39
Compare
Choose a tag to compare

0.1.3

Released on 10/02/2023

  • Fixed client using ssh2 config parameter HostName to resolve configuration parameters.
  • Bump ssh2-config to 0.1.4

remotefs-ssh 0.1.2

30 Aug 15:10
Compare
Choose a tag to compare

0.1.2

Released on 30/08/2022

  • SshKeyStorage trait MUST return PathBuf instead of Path

remotefs-ssh 0.1.1

20 Jul 10:26
Compare
Choose a tag to compare

0.1.1

Released on 20/07/2022

  • Added ssh2-vendored feature to build libssl statically

remotefs-ssh 0.1.0

04 Jan 10:23
Compare
Choose a tag to compare

0.1.0

Released on 04/01/2022

  • First release