Skip to content

Releases: remotefs-rs/remotefs-rs-ssh

remotefs-ssh 0.6.2

16 May 08:33
1c3c2da
Compare
Choose a tag to compare

0.6.2

Released on 16/05/2025

  • Issue 9: fixed label regex groups and add support for parsing ls output on systems that include SELinux labels, POSIX ACLs, and extended attributes

remotefs-ssh 0.6.1

27 Mar 12:47
763ee33
Compare
Choose a tag to compare

0.6.1

Released on 27/03/2025

  • bump ssh2-config to 0.5.4

remotefs-ssh 0.6.0

15 Mar 19:02
c4cb5d3
Compare
Choose a tag to compare

0.6.0

Released on 15/03/2025

  • bump ssh2-config to 0.4.0
  • edition 2024

remotefs-ssh 0.5.0

26 Oct 09:40
6387e91
Compare
Choose a tag to compare

0.5.0

Released on 26/102/2024

  • SshKeyStorage must be Sync and Send

remotefs-ssh 0.4.1

07 Oct 15:49
ac2533a
Compare
Choose a tag to compare

0.4.1

Released on 07/10/2024

  • Removed unused dep: users

remotefs-ssh 0.4.0

30 Sep 09:46
cabf0e3
Compare
Choose a tag to compare

0.4.0

Released on 30/09/2024

  • remotefs 0.3.0

remotefs-ssh 0.3.1

09 Jul 10:24
6b99298
Compare
Choose a tag to compare

0.3.1

Released on 09/07/2024

  • Fix: parse special permissions StT in ls output

remotefs-ssh 0.3.0

09 Jul 09:42
a034e23
Compare
Choose a tag to compare

0.3.0

Released on 09/07/2024

  • Fix: resolved_host from configuration wasn't used to connect
  • SshOpts::method now requires KeyMethod and MethodType to setup key method
  • Feat: Implemented SshAgentIdentity to specify the ssh agent configuration to be used to authenticate.
    • use SshOpts.ssh_agent_identity() to set the option

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