Package: ruby-net-ssh / 1:6.1.0-2+deb11u1
Metadata
Package | Version | Patches format |
---|---|---|
ruby-net-ssh | 1:6.1.0-2+deb11u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Added support for RSA client authentication with SHA.patch | (download) |
lib/net/ssh/authentication/certificate.rb |
4 2 + 2 - 0 ! |
added support for rsa client authentication with sha-2 Source: https://github.com/net-ssh/net-ssh/pull/838 Backported-By: Antonio Terceiro <terceiro@debian.org> |
0002 Implemented rsa sha2 512 rsa sha2 256 host_key algs.patch | (download) |
.gitignore |
2 2 + 0 - 0 ! |
implemented rsa-sha2-512, rsa-sha2-256 host_key algs This patch is a combination of the 4 commits in the Pull Request mentioned below. Source: https://github.com/net-ssh/net-ssh/pull/771 Backported-By: Antonio Terceiro <terceiro@debian.org> |