RubyFlow The Ruby and Rails community linklog

All future Net-SSH gem releases will now be signed (as of 2.6.5)

As of today, all net-ssh (and family) gems will be signed. “gem install net-ssh” will continue to work as is, but you will now be able to verify the authenticity of each release with “-P HighSecurity”: $ curl -O <https://raw.github.com/net-ssh/net-ssh/master/gem-public_cert.pem> $ gem cert --add gem-public_cert.pem $ gem install net-ssh -P HighSecurity

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in