Skip to content

Commit

Permalink
Update net-ssh to 7.3
Browse files Browse the repository at this point in the history
Enable support for aes(128|256)gcm.
Fixes ytti#3168.
  • Loading branch information
jacobw committed Oct 23, 2024
1 parent e794481 commit 6920e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- unit tests framework for models with ssh input (@robertcheramy)
- container-image: install x25519 gem package to support more ssh kex. Fixes #3070 (@benasse)
- os6: Added support to Dell EMC Networking OS6 (@anubisg1)
- Update net-ssh to 7.3 to enable support for aes(128|256)gcm. Fixes #3168 (@jacobw)

### Changed
- h3c: change prompt to expect either angle (user-view) or square (system-view) brackets (@nl987)
Expand Down
2 changes: 1 addition & 1 deletion oxidized.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency 'net-ftp', '~> 0.2'
s.add_dependency 'net-http-digest_auth', '~> 1.4'
s.add_dependency 'net-scp', '~> 4.0'
s.add_dependency 'net-ssh', '~> 7.1'
s.add_dependency 'net-ssh', '~> 7.3'
s.add_dependency 'net-telnet', '~> 0.2'
s.add_dependency 'psych', '~> 5.0'
s.add_dependency 'rugged', '~> 1.6'
Expand Down

0 comments on commit 6920e33

Please sign in to comment.