Hi,

I want to change the order of preference of key exchange or encryption
algorithms in Jsch. I tried overriding the config as below:

config = new Properties();
String kexOrder = getOrderForConfiguration("kex");

where "getOrderForConfiguration" method returns a string including the
preferred order of algorithms. This does not seem to work. In addition, can
I remove one of the algorithm supported to support only one kex algorithm?

I appreciate your help.

Thanks and Regards,

-- 
Nazli
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
JSch-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to