Skip to content

Releases: veeso/ssh2-config

ssh2-config 0.2.3

05 Dec 15:11
Compare
Choose a tag to compare

0.2.3

Released on 05/12/2023

  • Fixed the order of appliance of configuration argument when overriding occurred. Thanks @LeoniePhiline

ssh2-config 0.2.2

31 Jul 08:07
Compare
Choose a tag to compare

0.2.2

Released on 31/07/2023

  • Exposed ignored_fields as Map<String, Vec<String>> (KeyName => Args) for HostParams

ssh2-config 0.2.1

28 Jul 14:23
Compare
Choose a tag to compare

0.2.1

Released on 28/07/2023

  • Added parse_default_file to parse directly the default ssh config file at $HOME/.ssh/config
  • Added get_hosts to retrieve current configuration's hosts

ssh2-config 0.2.0

09 May 16:24
Compare
Choose a tag to compare

0.2.0

Released on 09/05/2023

  • Added ParseRule field to parse() method to specify some rules for parsing. ❗ To keep the behaviour as-is use ParseRule::STRICT

ssh2-config 0.1.6

03 Mar 11:12
Compare
Choose a tag to compare

0.1.6

Released on 03/03/2023

  • Added legacy field support
    • HostbasedKeyTypes
    • PubkeyAcceptedKeyTypes

ssh2-config 0.1.5

27 Feb 10:58
Compare
Choose a tag to compare

0.1.5

Released on 27/02/2023

  • Fixed comments not being properly stripped

ssh2-config 0.1.4

02 Feb 16:35
Compare
Choose a tag to compare

0.1.4

Released on 02/02/2023

  • Fixed issue 2 hosts not being sorted by priority in host query

ssh-config 0.1.3

29 Jan 10:58
Compare
Choose a tag to compare

0.1.3

Released on 29/01/2022

  • Added missing ForwardX11Trusted field to known fields

ssh2-config 0.1.2

11 Jan 17:10
Compare
Choose a tag to compare

0.1.2

Released on 11/01/2022

  • Implemented IgnoreUnknown parameter
  • Added UseKeychain support for MacOS

ssh2-config 0.1.1

02 Jan 10:11
Compare
Choose a tag to compare

0.1.1

Released on 02/01/2022

  • Added IdentityFile parameter