harbr 0.2.10 → 2.8.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (179) hide show
  1. checksums.yaml +4 -4
  2. data/.DS_Store +0 -0
  3. data/exe/harbr +225 -150
  4. data/lib/examples/container.toml +13 -0
  5. data/lib/harbr/container.rb +14 -10
  6. data/lib/harbr/host.rb +21 -0
  7. data/lib/harbr/version.rb +1 -1
  8. data/lib/harbr.rb +21 -6
  9. data/vendor/bundle/ruby/3.2.0/cache/dddr-1.0.8.gem +0 -0
  10. data/vendor/bundle/ruby/3.2.0/cache/dddr-1.1.0.gem +0 -0
  11. data/vendor/bundle/ruby/3.2.0/cache/dddr-1.1.1.gem +0 -0
  12. data/vendor/bundle/ruby/3.2.0/cache/net-ssh-7.2.1.gem +0 -0
  13. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/.DS_Store +0 -0
  14. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/.rspec +3 -0
  15. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/.standard.yml +3 -0
  16. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/CHANGELOG.md +5 -0
  17. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/CODE_OF_CONDUCT.md +84 -0
  18. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/LICENSE.txt +21 -0
  19. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/README.md +96 -0
  20. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/Rakefile +10 -0
  21. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/hero.png +0 -0
  22. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/lib/dddr/version.rb +5 -0
  23. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/lib/dddr.rb +205 -0
  24. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.0.8/sig/dddr.rbs +4 -0
  25. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/.DS_Store +0 -0
  26. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/.rspec +3 -0
  27. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/.standard.yml +3 -0
  28. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/CHANGELOG.md +5 -0
  29. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/CODE_OF_CONDUCT.md +84 -0
  30. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/LICENSE.txt +21 -0
  31. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/README.md +96 -0
  32. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/Rakefile +10 -0
  33. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/hero.png +0 -0
  34. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/lib/dddr/version.rb +5 -0
  35. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/lib/dddr.rb +182 -0
  36. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.0/sig/dddr.rbs +4 -0
  37. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/.DS_Store +0 -0
  38. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/.rspec +3 -0
  39. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/.standard.yml +3 -0
  40. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/CHANGELOG.md +5 -0
  41. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/CODE_OF_CONDUCT.md +84 -0
  42. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/LICENSE.txt +21 -0
  43. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/README.md +96 -0
  44. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/Rakefile +10 -0
  45. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/hero.png +0 -0
  46. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/lib/dddr/version.rb +5 -0
  47. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/lib/dddr.rb +184 -0
  48. data/vendor/bundle/ruby/3.2.0/gems/dddr-1.1.1/sig/dddr.rbs +4 -0
  49. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.dockerignore +6 -0
  50. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.github/FUNDING.yml +1 -0
  51. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.github/config/rubocop_linter_action.yml +4 -0
  52. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.github/workflows/ci-with-docker.yml +44 -0
  53. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.github/workflows/ci.yml +94 -0
  54. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.github/workflows/rubocop.yml +16 -0
  55. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.gitignore +15 -0
  56. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.rubocop.yml +22 -0
  57. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/.rubocop_todo.yml +1081 -0
  58. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/CHANGES.txt +738 -0
  59. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/DEVELOPMENT.md +23 -0
  60. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/Dockerfile +29 -0
  61. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/Dockerfile.openssl3 +17 -0
  62. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/Gemfile +13 -0
  63. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/Gemfile.noed25519 +12 -0
  64. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/Gemfile.norbnacl +12 -0
  65. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/ISSUE_TEMPLATE.md +30 -0
  66. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/LICENSE.txt +19 -0
  67. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/Manifest +132 -0
  68. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/README.md +298 -0
  69. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/Rakefile +192 -0
  70. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/SECURITY.md +4 -0
  71. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/THANKS.txt +110 -0
  72. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/appveyor.yml +58 -0
  73. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/docker-compose.yml +25 -0
  74. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/agent.rb +284 -0
  75. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/certificate.rb +183 -0
  76. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/constants.rb +20 -0
  77. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/ed25519.rb +186 -0
  78. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/ed25519_loader.rb +31 -0
  79. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/key_manager.rb +327 -0
  80. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/methods/abstract.rb +79 -0
  81. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/methods/hostbased.rb +72 -0
  82. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/methods/keyboard_interactive.rb +77 -0
  83. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/methods/none.rb +34 -0
  84. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/methods/password.rb +80 -0
  85. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/methods/publickey.rb +137 -0
  86. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/pageant.rb +497 -0
  87. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/pub_key_fingerprint.rb +43 -0
  88. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/authentication/session.rb +172 -0
  89. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/buffer.rb +449 -0
  90. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/buffered_io.rb +202 -0
  91. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/config.rb +406 -0
  92. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/connection/channel.rb +694 -0
  93. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/connection/constants.rb +33 -0
  94. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/connection/event_loop.rb +123 -0
  95. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/connection/keepalive.rb +59 -0
  96. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/connection/session.rb +712 -0
  97. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/connection/term.rb +180 -0
  98. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/errors.rb +106 -0
  99. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/key_factory.rb +218 -0
  100. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/known_hosts.rb +265 -0
  101. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/loggable.rb +62 -0
  102. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/packet.rb +106 -0
  103. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/prompt.rb +62 -0
  104. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/proxy/command.rb +123 -0
  105. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/proxy/errors.rb +16 -0
  106. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/proxy/http.rb +98 -0
  107. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/proxy/https.rb +50 -0
  108. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/proxy/jump.rb +54 -0
  109. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/proxy/socks4.rb +67 -0
  110. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/proxy/socks5.rb +140 -0
  111. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/service/forward.rb +426 -0
  112. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test/channel.rb +147 -0
  113. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test/extensions.rb +173 -0
  114. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test/kex.rb +46 -0
  115. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test/local_packet.rb +53 -0
  116. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test/packet.rb +101 -0
  117. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test/remote_packet.rb +40 -0
  118. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test/script.rb +180 -0
  119. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test/socket.rb +65 -0
  120. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/test.rb +94 -0
  121. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/algorithms.rb +524 -0
  122. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/chacha20_poly1305_cipher.rb +117 -0
  123. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/chacha20_poly1305_cipher_loader.rb +17 -0
  124. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/cipher_factory.rb +128 -0
  125. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/constants.rb +40 -0
  126. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/ctr.rb +115 -0
  127. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/abstract.rb +97 -0
  128. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/md5.rb +10 -0
  129. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/md5_96.rb +9 -0
  130. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/none.rb +13 -0
  131. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/ripemd160.rb +11 -0
  132. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/sha1.rb +11 -0
  133. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/sha1_96.rb +9 -0
  134. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/sha2_256.rb +11 -0
  135. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/sha2_256_96.rb +9 -0
  136. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/sha2_256_etm.rb +12 -0
  137. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/sha2_512.rb +11 -0
  138. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/sha2_512_96.rb +9 -0
  139. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac/sha2_512_etm.rb +12 -0
  140. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/hmac.rb +47 -0
  141. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/identity_cipher.rb +65 -0
  142. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/abstract.rb +130 -0
  143. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/abstract5656.rb +72 -0
  144. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/curve25519_sha256.rb +39 -0
  145. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/curve25519_sha256_loader.rb +30 -0
  146. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb +37 -0
  147. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/diffie_hellman_group14_sha256.rb +11 -0
  148. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb +122 -0
  149. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha1.rb +72 -0
  150. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb +11 -0
  151. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/ecdh_sha2_nistp256.rb +39 -0
  152. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb +21 -0
  153. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex/ecdh_sha2_nistp521.rb +21 -0
  154. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/kex.rb +31 -0
  155. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/key_expander.rb +30 -0
  156. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/openssl.rb +274 -0
  157. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/openssl_cipher_extensions.rb +8 -0
  158. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/packet_stream.rb +301 -0
  159. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/server_version.rb +77 -0
  160. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/session.rb +354 -0
  161. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/transport/state.rb +208 -0
  162. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/verifiers/accept_new.rb +33 -0
  163. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/verifiers/accept_new_or_local_tunnel.rb +33 -0
  164. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/verifiers/always.rb +58 -0
  165. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/verifiers/never.rb +19 -0
  166. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh/version.rb +68 -0
  167. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/lib/net/ssh.rb +338 -0
  168. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/net-ssh-public_cert.pem +20 -0
  169. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/net-ssh.gemspec +46 -0
  170. data/vendor/bundle/ruby/3.2.0/gems/net-ssh-7.2.1/support/ssh_tunnel_bug.rb +65 -0
  171. data/vendor/bundle/ruby/3.2.0/specifications/dddr-1.0.8.gemspec +27 -0
  172. data/vendor/bundle/ruby/3.2.0/specifications/dddr-1.1.0.gemspec +27 -0
  173. data/vendor/bundle/ruby/3.2.0/specifications/dddr-1.1.1.gemspec +27 -0
  174. data/vendor/bundle/ruby/3.2.0/specifications/net-ssh-7.2.1.gemspec +38 -0
  175. metadata +174 -9
  176. data/config/manifest.yml +0 -5
  177. data/lib/harbr/job.rb +0 -252
  178. data/lib/harbr/lxd/job.rb +0 -119
  179. data/lib/harbr/lxd/setup.rb +0 -45
@@ -0,0 +1,738 @@
1
+ === 7.2.1 rc1
2
+
3
+ * feat: allow load of certkey from string [#926]
4
+ * fix: fix for Socket#recv returning nil on ruby 3.3.0 [#928]
5
+
6
+ === 7.2.0
7
+
8
+ * Add debugging information for algorithm of pubkey in use [#918]
9
+
10
+ === 7.2.0 rc1
11
+
12
+ * Allow IdentityAgent as option to Net::SSH.start [#912]
13
+
14
+ === 7.2.0 beta1
15
+
16
+ * Support `chacha20-poly1305@opnessh.com` cypher if `RbNaCl` gem is installed [#908]
17
+
18
+ === 7.1.0
19
+
20
+ * Accept pubkey_algorithms option when starting a new connection [#891]
21
+
22
+ === 7.1.0 beta1
23
+
24
+ * Don't use the deprecated set_XXX methods on RSA keys. [#875]
25
+ * Raise error when BCryptPbkdf fails [#876]
26
+
27
+ === 7.0.1
28
+
29
+ * Drop leftover debug statement [#866]
30
+
31
+ === 7.0.0
32
+
33
+ * BREAKING: Drop support for Ruby 2.5
34
+ * Fix decoding of ecdsa-sha2-nistp256 private keys [#657, #854]
35
+ * Fix missing require [#855]
36
+ * Support `~` in the path to the SSH agent's unix socket [#850]
37
+ * Add support for RSA client authentication with SHA-2 [a45f54]
38
+ * openssl: DSA: don't hardcode expected signature size, see ruby/openssl#483 [23a15c]
39
+ * Internal housekeeping (rubocop, codecov, remove travis, adding/improving tests)
40
+
41
+ === 6.3.0 beta1
42
+
43
+ * Support cert based host key auth, fix asterisk in known_hosts [#833]
44
+ * Support kex dh-group14-sha256 [#795]
45
+ * Fix StrictHostKeyChecking ssh config parameter translation [#765]
46
+
47
+ === 6.2.0 rc1
48
+
49
+ === 6.2.0 beta1
50
+
51
+ * rsa-sha2-512, rsa-sha2-256 host_key algs [#771]
52
+ * JRuby aes*-ctr suppport [#767]
53
+
54
+ === 6.1.0
55
+
56
+ * Adapt to ssh's default behaviors when no username is provided.
57
+ When Net::SSH.start user is nil and config has no entry
58
+ we default to Etc.getpwuid.name() instead of Etc.getlogin(). [#749]
59
+
60
+ === 6.1.0.rc1
61
+
62
+ * Make sha2-{256,512}-etm@openssh.com MAC default again [#761]
63
+ * Support algorithm subtraction syntax from ssh_config [#751]
64
+
65
+ === 6.0.2
66
+
67
+ * Fix corrupted hmac issue in etm hmac [#759]
68
+
69
+ === 6.0.1
70
+
71
+ * Make sha2-{256,512}-etm@openssh.com MAC opt-in as they seems to have issues [#757]
72
+
73
+ === 6.0.0
74
+
75
+ * Support empty lines and comments in known_hosts [donoghuc, #742]
76
+ * Add sha2-{256,512}-etm@openssh.com MAC algorithms [graaff, #714]
77
+
78
+ === 6.0.0 beta2
79
+
80
+ * Support :certkeys and CertificateFile configuration option [Anders Carling, #722]
81
+
82
+ === 6.0.0 beta1
83
+
84
+ * curve25519sha256 support [Florian Wininger ,#690]
85
+ * disabled insecure algs [Florian Wininger , #709]
86
+
87
+ === 5.2.0
88
+
89
+ === 5.2.0.rc3
90
+
91
+ * Fix check_host_ip read from config
92
+ * Support ssh-ed25519 in known hosts
93
+
94
+ === 5.2.0.rc2
95
+
96
+ * Read check_host_ip from ssh config files
97
+
98
+ === 5.2.0.rc1
99
+
100
+ * Interpret * and ? in know_hosts file [Romain Tartière, #660]
101
+ * New :check_host_ip so ip checking can be disabled in known hosts [Romain Tartière, #656]
102
+
103
+ === 5.1.0
104
+
105
+ === 5.1.0.rc1
106
+
107
+ * Support new OpenSSH private key format for rsa - bcrypt for rsa (ed25519 already supported) [#646]
108
+ * Support IdentityAgent is ssh config [Frank Groeneveld, #645]
109
+ * Improve Match processing in ssh config [Aleksandrs Ļedovskis, #642]
110
+ * Ignore signature verification when verify_host_key is never [Piotr Kliczewski, #641]
111
+ * Alg preference was changed to prefer stronger encryptions [Tray, #637]
112
+
113
+ === 5.0.2
114
+
115
+ * Fix ctr for jruby [#612]
116
+
117
+ === 5.0.1
118
+
119
+ * default_keys were not loaded even if no keys or key_data options specified [#607]
120
+
121
+ === 5.0.0
122
+
123
+ * Breaking change: ed25519 now requires ed25519 gem instead of RbNaCl gem [#563]
124
+ * Verify_host_key options rename (true, false, :very, :secure depreacted new equivalents are :never, :accept_new_or_local_tunnel :accept_new :always) [Jared Beck, #595]
125
+
126
+ === 5.0.0.rc2
127
+
128
+ * Add .dll extensions to dlopen on cygwin [#603]
129
+ * Fix host certificate validation [#601]
130
+
131
+ === 5.0.0.rc1
132
+
133
+ * Fix larger than 4GB file transfers [#599]
134
+ * Update HTTP proxy to version 1.1 [Connor Dunn, #597]
135
+
136
+ === 5.0.0.beta2
137
+
138
+ * Support for sha256 pubkey fingerprint [Tom Maher, #585]
139
+ * Don't try to load default_keys if key_data option is used [Josh Larson, #589]
140
+ * Added fingerprint_hash defaulting to SHA256 as fingerprint format, and MD5 can be used as an option [Miklós Fazekas, #591]
141
+
142
+ === 5.0.0.beta1
143
+
144
+ * Don't leave proxy command as zombie on timeout [DimitriosLisenko, #560]
145
+ * Use OpenSSL for aes*-ctr for up to 5x throughput improvement [Miklós Fazekas, Harald Sitter, #570]
146
+ * Optimize slice! usage in CTR for up to 2x throughput improvement [Harald Sitter, #569]
147
+ * Replace RbNaCl dependency with ed25519 gem [Tony Arcieri ,#563]
148
+ * Add initial Match support [Kasumi Hanazuki, #553]
149
+
150
+ === 4.2.0.rc2
151
+
152
+ * Fix double close bug on auth failure (or ruby 2.2 or earlier) [#538]
153
+
154
+ === 4.2.0.rc1
155
+
156
+ * Improved logging with proxy command [Dmitriy Ivliev, #530]
157
+ * Close transport on proxy error [adamruzicka, #526]
158
+ * Support multiple identity files [Kimura Masayuki, #528]
159
+ * Move `none` cipher to end of cipher list [Brian Cain, #525]
160
+ * Deprecate `:paranoid` in favor of `:verify_host_key` [Jared Beck, #524]
161
+ * Support Multile Include ssh config files [Kasumi Hanazuki, #516]
162
+ * Support Relative path in ssh confif files [Akinori MUSHA, #510]
163
+ * add direct-streamlocal@openssh.com support in Forward class [Harald Sitter, #502]
164
+
165
+ === 4.1.0
166
+ === 4.1.0.rc1
167
+
168
+ * ProxyJump support [Ryan McGeary, #500]
169
+ * Fix agent detection on Windows [Christian Koehler, #495]
170
+
171
+ === 4.1.0.beta1
172
+
173
+ * Fix nil error when libsodium is not there [chapmajs ,#488]
174
+ * SSH certificate support for client auth [David Bartley, #485]
175
+
176
+ === 4.0.1
177
+ === 4.0.1.rc2
178
+
179
+ * ENV["HOME"] might be empty so filter non expandable paths [Matt Casper, #351]
180
+
181
+ === 4.0.1.rc1
182
+
183
+ * support of rbnacl 4.0 and better error message [#479]
184
+ * support include in config files [Kimura Masayuki, #475]
185
+ * fixed issue with ruby 2.2 or older on windows [#472]
186
+
187
+ === 4.0.0
188
+ === 4.0.0.rc3
189
+
190
+ * parse `+` character in config files [Christoph Lupprich, #470, #314]
191
+
192
+ === 4.0.0.rc2
193
+
194
+ * Fixed OpenSSL 2.0/Ruby 2.4.0 warnings [Miklós Fazekas, #468]
195
+ * Added ssh-ed25519 to KnownHosts:SUPPORTED_TYPE [detatka-kuzlatka-otevrete, Miklós Fazekas, #459]
196
+ * Allow nil for :passhrase and passing in nil option is now a depreaction warning [Miklós Fazekas, #465]
197
+
198
+ === 4.0.0.rc1
199
+
200
+ * Allow :password to be nil for capistrano v2 compatibility [Will Bryant, #357]
201
+ * In next_packet if prefer consuming buffer before filling it again if we have enough data [Miklós Fazekas, #454]
202
+
203
+ === 4.0.0.beta4
204
+
205
+ * Added exitstatus method to exec's return [Miklós Fazekas, #452]
206
+ * Don't raise from exec if server closes transport just after channel close [Miklós Fazekas, #450]
207
+ * Removed java_pageant, as jruby should be using regular pagent impl [Miklós Fazekas, ]
208
+ * Use SSH_AUTH_SOCK if possible on windows (cygwin) [Miklós Fazekas, Martin Dürst, #365, #361]
209
+ * HTTPS proxy support [Marcus Ilgner, #432]
210
+ * Supports ruby 2.4.0.dev new exception type from OpenSSL::PKey.read
211
+
212
+ === 4.0.0.beta3
213
+
214
+ * Fix Net::SSH::Disconnect exceptions when channels are closed cleanly [Miklos Fazekas, #421, #422]
215
+
216
+ === 4.0.0.beta2
217
+
218
+ * Fix raiseUnlessLoaded undefined ERROR issue [Miklos Fazekas, #418]
219
+
220
+ === 4.0.0.beta1
221
+
222
+ * Fix pageant [elconas, #235]
223
+ * Relaxed rbnacl,rbnacl-selenium contstraints ang give better errors about them [Miklos Fazekas, #398]
224
+ * Fix UTF-8 encoding issues [Ethan J. Brown, #407]
225
+
226
+ === 4.0.0.alpha4
227
+
228
+ * Experimental event loop abstraction [Miklos Fazekas]
229
+ * RbNacl dependency is optional [Miklos Fazekas]
230
+ * agent_socket_factory option [Alon Goldboim]
231
+ * client sends KEXINIT, it doesn't have to wait for server [Miklos Fazekas]
232
+ * better error message when option is nil [Kane Morgan]
233
+ * prompting can be customized [Miklos Fazekas]
234
+
235
+ === 4.0.0.alpha3
236
+
237
+ * added max_select_wait_time [Eugene Kenny]
238
+
239
+ === 4.0.0.alpha2
240
+
241
+ * when transport closes we're cleaning up channels [Miklos Fazekas]
242
+
243
+ === 4.0.0.alpha1
244
+
245
+ * ed25519 key support [Miklos Fazekas]
246
+ * removed camellia [Miklos Fazekas]
247
+
248
+ === 3.1.0
249
+ === 3.1.0.rc1
250
+
251
+ * fix Secure#verify [Jean Boussier]
252
+ * use the smallest of don't spend longer time than keepalive if it's configured [Eugene Kenny]
253
+
254
+ === 3.1.0.beta3
255
+
256
+ * forward/on_open_failed should stop listning closed socket otherwise it locks #269 [Miklos Fazekas,Scott McGillivray]
257
+ * fix incorrect pattern handling in config files #310 [Miklos Fazekas]
258
+
259
+ === 3.1.0.beta2
260
+
261
+ * trying to execute something on a not yet opend channel throws nicer messag [Miklos Fazekas]
262
+ * calling close on a not opened channel marks the channel for close [Miklos Fazekas]
263
+ * read keepalive configuration from ssh config files [Miklos Fazekas]
264
+ * send client version on hadshake before waiting for server to reduce handshake time [Miklos Fazekas]
265
+ * allow custom Net::SSH::KnownHosts implementations [Jean Boussier]
266
+ * memoize known host so we only search it once per session [Jean Boussier, Miklos Fazekas]
267
+
268
+ === 3.0.2
269
+ === 3.0.2.rc1
270
+
271
+ * fixed rare WaitWritable error with proxy commands [Miklos Fazkas, Andre Meij]]
272
+ * if Net::SSH.start user is nil and config has no entry we default to Etc.getlogin
273
+ * Bugfix: CHANNEL_CLOSE was sent before draining ouput buffer #280 [Christopher F. Auston]
274
+
275
+ === 3.0.1
276
+ === 3.0.1.rc1
277
+
278
+ * Breaking change from 2.* series: exec! without block now returns empty string instread of nil if command has no output [https://github.com/net-ssh/net-ssh/pull/273]
279
+ * Support remote_user as %r in proxy commands [Dominic Scheirlinck]
280
+ * Raise Net::SSH::ConnectionTimeout from connection timeout [Carl Hoerberg]
281
+
282
+ === 3.0.0.rc1
283
+
284
+ * SemVer: Major version change because of dropping of ruby 1.9
285
+
286
+ === 2.10.1.rc2
287
+
288
+ * Win: Use fiddle on ruby 2.1 too [Charlie Savage]
289
+
290
+ === 2.10.1.rc1
291
+
292
+ * Added ruby 2.0 requirement to gemspec [Alex Schultz]
293
+
294
+ === 2.10.0
295
+
296
+ === 2.10.0-beta2
297
+
298
+ * Fix :passphrase option with :non_interactive [Jeremy Stanley]
299
+ * Use Socket.tcp with connect_timeout instead of Timeout::timeout [Carl Hörberg]
300
+ * Support for hostname hashes [Jef Mathiot]
301
+ * Ruby 1.9.3 is no longer supported but should moslty work expect for stuff like connect_timeout
302
+
303
+ === 2.10.0-beta1
304
+
305
+ * Fix could not parse PKey error. [Andrey Voronkov]
306
+ * Workaround for threading issue in MRI + singleton method declaration [Matt Brictson]
307
+ * Configuration change: we no longer append all supported algorithms, this is so you can exclude insecure algorithms. If you want to use the old behaviour specify append_all_supported_algorithms => true [voidus, mfazekas]
308
+ * New configuration option: :non_interactive => true in case you prefer an authmethod to fail rather than prompt. [mfazekas]
309
+ * Configuration change: password will now ask for password up to the :number_of_password_prompts times. If you want the
310
+ 2.9.1 behaviour of never asking password please set number_of_password_prompts to 0.
311
+
312
+ === 2.9.4-beta1
313
+
314
+ * Use sysread and syswrite on Windows instead of read_nonblock and write [marc-etienne]
315
+ * Windows/peagant: use fiddle on ruby 2.2+/windows [Charlie Savage]
316
+ * Check if ssh key is a file [kiela]
317
+
318
+ === 2.9.3
319
+
320
+ === 2.9.2-rc3
321
+
322
+ * Remove advertised algorithms that were not working (curve25519-sha256@libssh.org) [mfazekas]
323
+
324
+ === 2.9.2-rc2
325
+
326
+ * number_of_password_prompts is now accepted as ssh option, by setting it 0 net-ssh will not ask for password for password auth as with previous versions [mfazekas]
327
+
328
+ === 2.9.2-rc1
329
+
330
+ * Documentation fixes and refactoring to keepalive [detiber, mfazekas]
331
+
332
+ === 2.9.2-beta
333
+
334
+ * Remove advertised algorithms that were not working (ssh-rsa-cert-* *ed25519 acm*-gcm@openssh.com) [mfazekas]
335
+ * Unknown algorithms now ignored instead of failed [mfazekas]
336
+ * Configuration change: Asks for password with password auth (up to number_of_password_prompts) [mfazekas]
337
+ * Removed warnings [amatsuda]
338
+
339
+ === 2.9.1 / 13 May 2014
340
+
341
+ * Fix for unknown response from agent on Windows with 64-bit PuTTY [chrahunt]
342
+ * Support negative patterns in host lookup from the SSH config file [nirvdrum]
343
+
344
+
345
+ === 2.9.0 / 30 Apr 2014
346
+
347
+ * New ciphers [chr4]
348
+ * Added host keys: ssh-rsa-cert-v01@openssh.com ssh-rsa-cert-v00@openssh.com ssh-ed25519-cert-v01@openssh.com ssh-ed25519
349
+ * Added HMACs: hmac-sha2-512-etm@openssh.com hmac-sha2-256-etm@openssh.com umac-128-etm@openssh.com
350
+ * Added Kex: aes256-gcm@openssh.com aes128-gcm@openssh.com curve25519-sha256@libssh.org
351
+ * Added private key support for id_ed25519
352
+ * IdentiesOnly will not disable ssh_agent - fixes #148 and new fix for #137 [mfazekas]
353
+ * Ignore errors during ssh agent negotiation [simonswine, jasiek]
354
+ * Added an optional "options" argument to test socket open method [jefmathiot]
355
+ * Added gem signing (again) with new cert [delano]
356
+
357
+
358
+ === 2.8.1 / 19 Feb 2014
359
+
360
+ * Correct location of global known_hosts files [mfischer-zd]
361
+ * Fix for password authentication [blackpond, zachlipton, delano]
362
+
363
+
364
+ === 2.8.0 / 01 Feb 2014
365
+
366
+ * Handle ssh-rsa and ssh-dss certificate files [bobveznat]
367
+ * Correctly interpret /etc/ssh_config Authentication settings based on openssh /etc/ssh_config system defaults [therealjessesanford, liggitt]
368
+ * Fixed pageant support for Windows [jarredholman]
369
+ * Support %r in ProxyCommand configuration in ssh_config files as defined in OpenSSH [yugui]
370
+ * Don't use ssh-agent if :keys_only is true [SFEley]
371
+ * Fix the bug in keys with comments [bobtfish]
372
+ * Add a failing tests for options in pub keys [bobtfish]
373
+ * Assert that the return value from ssh block is returned [carlhoerberg]
374
+ * Don't close the connection it's already closed [carlhoerberg]
375
+ * Ensure the connection closes even on exception [carlhoerberg]
376
+ * Make the authentication error message more useful [deric]
377
+ * Fix "ConnectionError" typo in lib/net/ssh/proxy/socks5.rb [mirakui]
378
+ * Allow KeyManager to recover from incompatible agents [ecki, delano]
379
+ * Fix for "Authentication Method determination can pick up a class from the root namespace" [dave.sieh]
380
+
381
+
382
+ === 2.7.0 / 11 Sep 2013
383
+
384
+ * Fix for 'Could not parse PKey: no start line' error on private keys with passphrases (issue #101) [metametaclass]
385
+ * Automatically forward environment variables defined in OpenSSH config files [fnordfish]
386
+ * Guard against socket.gets being nil in Net::SSH::Proxy::HTTP [krishicks]
387
+ * Implemented experimental keepalive feature [noric]
388
+
389
+
390
+ === 2.6.8 / 6 Jul 2013
391
+
392
+ * Added support for host wildcard substitution [GabKlein]
393
+ * Added a wait to the loop in close to help fix possible blocks [Josh Kalderimis]
394
+ * Fixed test file encoding issues with Ruby 2.0 (#87) [voxik]
395
+
396
+
397
+ === 2.6.7 / 11 Apr 2013
398
+
399
+ * Decreased default packet size to 32768 as described in RFC 4253 [Olipro]
400
+ * Added max_pkt_size and max_win_size options to Net::SSH.start [Olipro]
401
+
402
+
403
+ === 2.6.6 / 03 Mar 2013
404
+
405
+ * Fix for ruby 2.0 in windows [jansegre]
406
+
407
+ === 2.6.5 / 06 Feb 2013
408
+
409
+ * Fixed path in gemspec [thanks priteau]
410
+
411
+ === 2.6.4 / 06 Feb 2013
412
+
413
+ * Added license info to gemspec [jordimassaguerpla]
414
+ * Added public cert. All gem releases are now signed.
415
+
416
+
417
+ === 2.6.3 / 10 Jan 2013
418
+
419
+ * Small doc fix and correct error class for PKey::EC key type [Andreas Wolff]
420
+ * Improve test dependencies [Kenichi Kamiya]
421
+
422
+
423
+ === 2.6.2 / 22 Nov 2012
424
+
425
+ * Net::SSH.start now returns result of block [mhuffnagle]
426
+ * Add stderr handling to Net::SSH::Test [ohrite]
427
+ * Fix Invalid key size in JRuby [ohrite]
428
+
429
+
430
+ === 2.6.1 / 18 Oct 2012
431
+
432
+ * Remove platform specific jruby dependency from gemspec
433
+ * Changed encoding of file to prevent warnings when generating docs [iltempo]
434
+
435
+
436
+ === 2.6.0 / 19 Sep 2012
437
+
438
+ * Use OpenSSL::PKey.read to read arbitrary private key. [nagachika]
439
+ * Check availability of UNIXSocket and UNIXServer for Windows [Nobuhiro IMAI]
440
+ * Bump version to 2.5.3 and depend on newer jruby-pageant version for Java 1.5 compat. [arturaz]
441
+ * Implementation of the "none"-authentication method [dubspeed]
442
+ * Add class for stricter host key verification [Andy Brody]
443
+
444
+
445
+ === 2.5.2 / 25 May 2012
446
+
447
+ * Fix for Net::SSH::KnownHosts::SUPPORTED_TYPE [Marco Sandrini]
448
+
449
+ === 2.5.1 / 24 May 2012
450
+
451
+ * Added missing file to manifest [Marco Sandrini]
452
+
453
+ === 2.5.0 / 24 May 2012
454
+
455
+ * Implement many algorithms [Ryosuke Yamazaki]
456
+ * Key Exchange
457
+ * diffie-hellman-group14-sha1
458
+ * ecdh-sha2-nistp{256,384,521}
459
+ * Host Key
460
+ * ecdsa-sha2-nistp{256,384,521}
461
+ * Authentication
462
+ * ecdsa-sha2-nistp{256,384,521}
463
+ * HMAC
464
+ * hmac-ripemd160
465
+ * Cipher:
466
+ * aes{128,192,256}-ctr
467
+ * camellia{128,192,256}-ctr
468
+ * blowfish-ctr
469
+ * cast128-ctr
470
+ * 3des-ctr
471
+ * arcfour (has problems with weak keys, and should be used with caution)
472
+ * camellia{128,192,256}-cbc
473
+
474
+ === 2.4.0 / 17 May 2012
475
+
476
+ * Support for JRuby + Pageant + Windows [arturaz]
477
+
478
+ === 2.3.0 / 11 Jan 2012
479
+
480
+ * Support for hmac-sha2 and diffie-hellman-group-exchange-sha256 [Ryosuke Yamazaki]
481
+
482
+ === 2.2.2 / 04 Jan 2012
483
+
484
+ * Fixed: Connection hangs on ServerVersion.new(socket, logger) [muffl0n]
485
+ * Avoid dying when unsupported auth mechanisms are defined [pcn]
486
+
487
+ === 2.2.1 / 24 Aug 2011
488
+
489
+ * Do not prompt any passphrases before trying all identities from agent. [musybite]
490
+ (see: http://net-ssh.lighthouseapp.com/projects/36253-net-ssh/tickets/30)
491
+
492
+ === 2.2.0 / 16 Aug 2011
493
+
494
+ * Add support for forward a local UNIX domain socket to a remote TCP socket. [Mark Imbriaco]
495
+
496
+ === 2.1.4 / 3 Apr 2011
497
+
498
+ * Add ConnectionTimeout exception class. [Joel Watson]
499
+ See: https://github.com/net-ssh/net-ssh-multi/pull/1
500
+
501
+
502
+ === 2.1.3 / 2 Mar 2011
503
+
504
+ * Call to transport.closed should be transport.close [Woon Jung]
505
+
506
+
507
+ === 2.1.2 / 1 Mar 2011
508
+
509
+ * Fix for Net::SSH Continues to attempt authentication when notified it is not allowed [Eric Hodel]
510
+ (see: http://net-ssh.lighthouseapp.com/projects/36253-net-ssh/tickets/26)
511
+ * Fix for transport won't be closed if authentication fails [Patrick Marchi]
512
+
513
+
514
+ === 2.1 / 19 Jan 2011
515
+
516
+ * Support "IdentitiesOnly" directive (LH-24) [Musy Bite, Edmund Haselwanter]
517
+ * Speeding up the Loggable module (LH-23) [robbebob]
518
+
519
+
520
+ === 2.0.24 / 14 Jan 2011
521
+
522
+ * Fix for process code to correctly wait until remote_id is set before sending any output, including eof. [Daniel Pittman, Markus Roberts]
523
+ * Fix circular require warning in Ruby 1.9.2 [Gavin Brock]
524
+
525
+
526
+ === 2.0.23 / 03 Jun 2010
527
+
528
+ * delay CHANNEL_EOF packet until output buffer is empty [Rich Lane]
529
+
530
+ Previously, calling #eof! after #send_data would result in the CHANNEL_EOF
531
+ packet being sent immediately, ahead of the data in the output buffer. Now
532
+ buffer becomes empty.
533
+
534
+
535
+ === 2.0.22 / 20 Apr 2010
536
+
537
+ * Fix for: "Parsing the config errors out because it coerces the "1" into an integer and then tries to split it on spaces for multiple host checking." (http://net-ssh.lighthouseapp.com/projects/36253/tickets/10) [Lee Marlow]
538
+
539
+
540
+ === 2.0.21 / 20 Mar 2010
541
+
542
+ * Fix for "IdentifyFile" in ~/.ssh/config does not work if no "Host" statement is given (http://net-ssh.lighthouseapp.com/projects/36253/tickets/9-identifyfile-in-sshconfig-does-not-work-if-no-host-statement-is-given#ticket-9-5) [xbaldauf, Delano Mandelbaum]
543
+
544
+ * Fix for client closes a forwarded connection, but the server is reading, net-ssh terminates with IOError socket closed (http://net-ssh.lighthouseapp.com/projects/36253/tickets/7) [Miklós Fazekas]
545
+
546
+ * Fix for client force closes (RST) a forwarded connection, but server is reading, net-ssh terminates with exception [Miklós Fazekas]
547
+
548
+ * Fix for server closes the sending side, the on_eof is not handled. [Miklós Fazekas]
549
+
550
+ * Removed Hanna dependency in Rakefile [Delano Mandelbaum]
551
+
552
+
553
+ === 2.0.20 / 10 Feb 2010
554
+
555
+ * Support "ProxyCommand none" directive [Andy Lo-A-Foe]
556
+
557
+ === 2.0.19 / 16 Jan 2010
558
+
559
+ * Support plus sign in sshconfig hostname [Jason Weathered]
560
+
561
+ === 2.0.18 / 15 Jan 2010
562
+
563
+ * Fix related to #recv(1) to #readpartial change in 2.0.16 [Hans de Graaff, Delano Mandelbaum]
564
+
565
+
566
+ === 2.0.17 / 14 Dec 2009
567
+
568
+ * Don't load net/ssh/authentication/pageant on Windows with Ruby 1.9 [Travis Reeder, Delano Mandelbaum]
569
+
570
+
571
+ === 2.0.16 / 28 Nov 2009
572
+
573
+ * Fix for "multiple hosts are separated by whitespace" [Akinori MUSHA]
574
+
575
+ * Add support for the ProxyCommand directive [Akinori MUSHA]
576
+
577
+ * Switched from #recv(1) to #readpartial in lib/net/ssh/transport/server_version.rb, so that closed sockets are recognized [Alex Peuchert]
578
+
579
+
580
+ === 2.0.15 / 03 Sep 2009
581
+
582
+ * Scale back IO#select patch so it mutexes only zero-timeout calls [Daniel Azuma, Will Bryant]
583
+
584
+
585
+ === 2.0.14 / 28 Aug 2009
586
+
587
+ * Fix for IO#select threading bug in Ruby 1.8 (LH-1) [Daniel Azuma]
588
+
589
+ * Fix for "uninitialized constant OpenSSL::Digest::MD5" exception in Net::SFTP [DL Redden]
590
+
591
+
592
+ === 2.0.13 / 17 Aug 2009
593
+
594
+ * Added fix for hanging in ServerVersion#negotiate! when using SOCKS5 proxy (GH-9) [Gerald Talton]
595
+
596
+ * Added support for specifying a list of hosts in .ssh/config, with tests (GH-6) [ckoehler, Delano Mandelbaum]
597
+
598
+ * Added tests for arcfour128/256/512 lengths, encryption, and decryption [Delano Mandelbaum]
599
+
600
+ * Skip packet stream tests for arcfour128/256/512 [Delano Mandelbaum]
601
+
602
+ * Fix for OpenSSL cipher key length because it always returns 16, even when 32 byte keys are required, e.g. for arcfour256 and arcfour512 ciphers [Karl Varga]
603
+
604
+
605
+ === 2.0.12 / 08 Jun 2009
606
+
607
+ * Applied patch for arcfour128 and arcfour256 support [Denis Bernard]
608
+
609
+ * Use unbuffered reads when negotiating the protocol version [Steven Hazel]
610
+
611
+
612
+ === 2.0.11 / 24 Feb 2009
613
+
614
+ * Add :key_data option for specifying raw private keys in PEM format [Alex Holems, Andrew Babkin]
615
+
616
+
617
+ === 2.0.10 / 4 Feb 2009
618
+
619
+ * Added Net::SSH.configuration_for to make it easier to query the SSH configuration file(s) [Jamis Buck]
620
+
621
+
622
+ === 2.0.9 / 1 Feb 2009
623
+
624
+ * Specifying non-nil user argument overrides user in .ssh/config [Jamis Buck]
625
+
626
+ * Ignore requests for non-existent channels (workaround ssh server bug) [Jamis Buck]
627
+
628
+ * Add terminate! method for hard shutdown scenarios [Jamis Buck]
629
+
630
+ * Revert to pre-2.0.7 key-loading behavior by default, but load private-key if public-key doesn't exist [Jamis Buck]
631
+
632
+ * Make sure :passphrase option gets passed to key manager [Bob Cotton]
633
+
634
+
635
+ === 2.0.8 / 29 December 2008
636
+
637
+ * Fix private key change from 2.0.7 so that keys are loaded just-in-time, avoiding unecessary prompts from encrypted keys. [Jamis Buck]
638
+
639
+
640
+ === 2.0.7 / 29 December 2008
641
+
642
+ * Make key manager use private keys instead of requiring public key to exist [arilerner@mac.com]
643
+
644
+ * Fix failing tests [arilerner@mac.com]
645
+
646
+ * Don't include pageant when running under JRuby [Angel N. Sciortino]
647
+
648
+
649
+ === 2.0.6 / 6 December 2008
650
+
651
+ * Update the Manifest file so that the gem includes all necessary files [Jamis Buck]
652
+
653
+
654
+ === 2.0.5 / 6 December 2008
655
+
656
+ * Make the Pageant interface comply with more of the Socket interface to avoid related errors [Jamis Buck]
657
+
658
+ * Don't busy-wait on session close for remaining channels to close [Will Bryant]
659
+
660
+ * Ruby 1.9 compatibility [Jamis Buck]
661
+
662
+ * Fix Cipher#final to correctly flag a need for a cipher reset [Jamis Buck]
663
+
664
+
665
+ === 2.0.4 / 27 Aug 2008
666
+
667
+ * Added Connection::Session#closed? and Transport::Session#closed? [Jamis Buck]
668
+
669
+ * Numeric host names in .ssh/config are now parsed correct [Yanko Ivanov]
670
+
671
+ * Make sure the error raised when a public key file is malformed is more informative than a MethodMissing error [Jamis Buck]
672
+
673
+ * Cipher#reset is now called after Cipher#final, with the last n bytes used as the next initialization vector [Jamis Buck]
674
+
675
+
676
+ === 2.0.3 / 27 Jun 2008
677
+
678
+ * Make Net::SSH::Version comparable [Brian Candler]
679
+
680
+ * Fix errors in port forwarding when a channel could not be opened due to a typo in the exception name [Matthew Todd]
681
+
682
+ * Use #chomp instead of #strip when cleaning the version string reported by the remote host, so that trailing whitespace is preserved (this is to play nice with servers like Mocana SSH) [Timo Gatsonides]
683
+
684
+ * Correctly parse ssh_config entries with eq-sign delimiters [Jamis Buck]
685
+
686
+ * Ignore malformed ssh_config entries [Jamis Buck]
687
+
688
+ === 2.0.2 / 29 May 2008
689
+
690
+ * Make sure the agent client understands both RSA "identities answers" [Jamis Buck]
691
+
692
+ * Fixed key truncation bug that caused hmacs other than SHA1 to fail with "corrupt hmac" errors [Jamis Buck]
693
+
694
+ * Fix detection and loading of public keys when the keys don't actually exist [David Dollar]
695
+
696
+
697
+ === 2.0.1 / 5 May 2008
698
+
699
+ * Teach Net::SSH about a handful of default key names [Jamis Buck]
700
+
701
+
702
+ === 2.0.0 / 1 May 2008
703
+
704
+ * Allow the :verbose argument to accept symbols (:debug, etc.) as well as Logger level constants (Logger::DEBUG, etc.) [Jamis Buck]
705
+
706
+
707
+ === 2.0 Preview Release 4 (1.99.3) / 19 Apr 2008
708
+
709
+ * Make sure HOME is set to something sane, even on OS's that don't set it by default [Jamis Buck]
710
+
711
+ * Add a :passphrase option to specify the passphrase to use with private keys [Francis Sullivan]
712
+
713
+ * Open a new auth agent connection for every auth-agent channel request [Jamis Buck]
714
+
715
+
716
+ === 2.0 Preview Release 3 (1.99.2) / 10 Apr 2008
717
+
718
+ * Session properties [Jamis Buck]
719
+
720
+ * Make channel open failure work with a callback so that failures can be handled similarly to successes [Jamis Buck]
721
+
722
+
723
+ === 2.0 Preview Release 2 (1.99.1) / 22 Mar 2008
724
+
725
+ * Partial support for ~/.ssh/config (and related) SSH configuration files [Daniel J. Berger, Jamis Buck]
726
+
727
+ * Added Net::SSH::Test to facilitate testing complex SSH state machines [Jamis Buck]
728
+
729
+ * Reworked Net::SSH::Prompt to use conditionally-selected modules [Jamis Buck, suggested by James Rosen]
730
+
731
+ * Added Channel#eof? and Channel#eof! [Jamis Buck]
732
+
733
+ * Fixed bug in strict host key verifier on cache miss [Mike Timm]
734
+
735
+
736
+ === 2.0 Preview Release 1 (1.99.0) / 21 Aug 2007
737
+
738
+ * First preview release of Net::SSH v2