Skip to content

Releases: rustonbsd/iroh-ssh

0.2.10

02 Apr 20:25
afcfcf4

Choose a tag to compare

Changes from PR #40 and #39:

  • Thanks to @r-vdp: added --key-dir param to service and server command
  • wire ssh exit codes through iroh-ssh #38
  • wire ssh (without proxy command) through directly if not 64 byte hex ed25519 host name (try resolve with normal dns resolution, ssh internals) #37

0.2.9

27 Feb 13:55

Choose a tag to compare

Thanks to @futpib for PR #34

  • added --relay-url and --extra-relay-url

0.2.8

07 Feb 20:16

Choose a tag to compare

Thanks to @LukeDSchenk and PR #30

  • added iroh-ssh version subcommand
  • added nix package definition nix/package.nix
  • dep update

0.2.7

23 Oct 12:16

Choose a tag to compare

iroh-ssh v0.2.7

  • added all missing ssh params and flags
  • windows service now least privilege compatible (waiting for some security feedback from @rjmalagon )
  • spanish and portuges readme's adjusted with Sonnet 4.5, might be miss spelled or even misleading, be aware.
  • updated iroh from 0.90 to 0.94

Important (if you run an older version then this)

Older iroh-ssh versions (<0.2.7) are compiled with iroh v0.90.* and are no longer supported by iroh (the lib is going to be released in the next couple of months and we will get a more stable v1...).
Until then you must upgrade for iroh-ssh to at least this version (0.2.7) for it to work reliably/at all

0.2.6

28 Aug 16:00

Choose a tag to compare

Merged PR #17 from @rjmalagon

  • added spanish and portuguese readme's
  • small english readme fixes
  • fixed gifs

Full Changelog: 0.2.5...0.2.6

0.2.5

13 Aug 15:11

Choose a tag to compare

What's Changed

Thanks to @Le-Maz's PR we now add the following features:

  • iroh-ssh -L and -R for local and remote tunneling
  • iroh-ssh connect user@nodeid [COMMAND] now possible to run a single command on the remote host.

Full Changelog: 0.2.4...0.2.5

0.2.4

29 Jul 13:05

Choose a tag to compare

What's Changed

  • fixed windows bug #11
  • improved service/server persistent key strategy
  • iroh-ssh info now yields service and server key (if they exist)

Full Changelog: 0.2.3...0.2.4

0.2.3

23 Jul 15:17

Choose a tag to compare

What's Changed

  • added -i for providing an identity_file like in stand alone ssh

Full Changelog: 0.2.2...0.2.3

0.2.2

14 Jul 19:02
6f2a672

Choose a tag to compare

What's Changed

  • added windows service
  • changed service syntax from iroh-ssh service to iroh-ssh service install or iroh-ssh service uninstall
  • mini refactor for iroh 0.9 🎉

Full Changelog: 0.2.1...0.2.2

iroh-ssh 0.2.1

04 Jul 18:34
71d8a42

Choose a tag to compare

Implemented persistence policy discussed in issue #4 and pr #7

New:
iroh-ssh server will create ephemeral keys every time even if persisted keys exist.
iroh-ssh server -p or --persist will always persist even if it has to create the .ssh folder.
iroh-ssh service still only works on linux, but now always persistent independent of the existence of the .ssh folder.