Create a SSH private key with ssh-keygen that is accepted by JSch [duplicate]
问题 This question already has answers here : “Invalid privatekey” when using JSch (6 answers) Closed 1 year ago . Not directly a programming question, but somehow related. JSch (Java SSH library) does not seem to allow private keys that macOS 10.14 creates using $ ssh-keygen -t rsa -b 4096 What command I should use to create a private key file with such a format: -----BEGIN RSA PRIVATE KEY----- Proc-Type: 4,ENCRYPTED DEK-Info: DES-EDE3-CBC,.... which is accepted by JSch? 回答1: You seem to need a