ebcdic id_rsa and id_rsa.pub is not working
Status: Alpha
Brought to you by:
ymnk
It appears RSA key has to be ascii or otherwise doesnt work..... I have id_rsa and id_rsa.pub as EBCDIC .. but looks like JSch reads the files using FileInputStream to load the files in to byte arrays.
In order to make it work in ebcdic systems, I did two things: