Skip to content

v0.5.0

Compare
Choose a tag to compare
@wheatevo wheatevo released this 20 Sep 15:28
· 5 commits to main since this release
88f677d
  • Add SSH gateway support (#9)

This change adds SSH gateway support and fixes an issue where custom SSH
ports are not respected by Remotus::SshConnection.

Note that this change also required the test ruby version to be updated
to 3.0.4 to avoid an rspec regression where older ruby versions can no
longer handle method stubs with kwargs successfully.