Codewarrior 11.23 RSE setup in windows?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Codewarrior 11.23 RSE setup in windows?

ソリューションへジャンプ
1,944件の閲覧回数
RandyKrakora
NXP Employee
NXP Employee

Using codewarrior to to build apps for ls1012frdm board. I have everything working except RSE ( scp & ssh via codewarrior ). I can scp the file to the board using cygwin tools and ssh to the board also using cygwin tools and putty, but when I try to use codewarrior, I get this error:

Session.connect: java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)

Any clues?

Regards,

Randy Krakora

0 件の賞賛
返信
1 解決策
1,708件の閲覧回数
addiyi
NXP Employee
NXP Employee

This is a limitation of eclipse. As workaround please use:

"The error appears when a 1024 Diffie-Hellman key is necessary on the target and can't be generated based on the existing /etc/ssh/moduli file. Generating the necessary moduli file can be achieved using the following commands: 
ssh-keygen -G moduli-1024.candidates -b 1024 
ssh-keygen -T moduli-1024 -f moduli-1024.candidates 

Continue with replacing the system-wide moduli file with the output file moduli-1024."

Adrian

元の投稿で解決策を見る

2 返答(返信)
1,709件の閲覧回数
addiyi
NXP Employee
NXP Employee

This is a limitation of eclipse. As workaround please use:

"The error appears when a 1024 Diffie-Hellman key is necessary on the target and can't be generated based on the existing /etc/ssh/moduli file. Generating the necessary moduli file can be achieved using the following commands: 
ssh-keygen -G moduli-1024.candidates -b 1024 
ssh-keygen -T moduli-1024 -f moduli-1024.candidates 

Continue with replacing the system-wide moduli file with the output file moduli-1024."

Adrian

1,708件の閲覧回数
RandyKrakora
NXP Employee
NXP Employee

Thanks Adrian, this worked!

0 件の賞賛
返信