Hi Dear Team,

I think JSCH is a very usefull tool, thanks…

I am using JSCH to connect a remote linux
machine with rsa key file (no passphrase set)…

I create a keyfile in memory, and
dislike save keyfilebytes to disk…

Please create a new methode in JSch class if possible…:

sample code:

JSch jsch = new JSch();

jsch.addIdentity(keyfilebytes, keypassphrasebytes);

// or

jsch.addIdentity(keyfilebytes);

Thanks in advance…

Have a nice day…

Andrew Schnautigel