Skip to content

SSH

Helpful SSH Commands

Convert SSH Key into OpenSSH Classic Key

  • May need to do this for various legacy programs or API libraries like Java’s JSch.
    1
    ssh-keygen -p -f <privateKeyFile> -m pem -P passphrase -N passphrase