Help for this page

Select Code to Download


  1. or download this
    use Crypt::PK::RSA;
    my $pk = Crypt::PK::RSA->new();
    ...
    my $key = Net::SSH::Perl::Key->read_private('RSA', \$private_pem);
    
    say $key->dump_public;
    
  2. or download this
    ssh-rsa AAAAB...