sshkey icon indicating copy to clipboard operation
sshkey copied to clipboard

SSH private and public key generator in pure Ruby (RSA & DSA)

Results 2 sshkey issues
Sort by recently updated
recently updated
newest added

Looks like there may be better choice code. ``` k = SSHKey.new( File.read( 'spec/keys/ed25519' ) ) OpenSSL::PKey::DSAError: Neither PUB key nor PRIV key from .bundle-gems/ruby/2.7.0/gems/sshkey-2.0.0/lib/sshkey.rb:250:in `initialize' Caused by OpenSSL::PKey::RSAError: Neither...

Hi @bensie, SHA256 fingerprint of an SSH public key generated by SSHKey differs from the fingerprint generated by `ssh-keygen` by 1 character. This is due to the truncating of padding...