node-sshpk

library for finding and using SSH public keys
  https://github.com/arekinath/node-sshpk#readme
  0
  no reviews



Parse, convert, fingerprint and use SSH keys (both public and private) in pure node -- no `ssh-keygen` or other external dependencies.

Supports RSA, DSA, ECDSA (nistp-\*) and ED25519 key types, in PEM (PKCS#1, PKCS#8) and OpenSSH formats.

Node.js is an event-based server-side JavaScript engine.