'use strict'; var SSH = module.exports; // 7 s s h - r s a SSH.RSA = '00000007 73 73 68 2d 72 73 61'.replace(/\s+/g, '').toLowerCase(); SSH.parse = function (pem) { };