Skip to content

SSH passphrase should be encrypted #14

Description

@mikofski

AES seems easiest, ideally rsa paired-key using the keys in .ssh would be perfect, but the ssh keys aren't in the correct format, and you need open-ssh to fix them

openssl pkcs8 -topk8 -inform PEM -outform DER -in private_key_file  -nocrypt > pkcs8_key

not sure if there is a programmatic way to do this with Jsch or Java?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions