Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
4.11.0.0
-
None
-
None
-
Security Level: Public (Anyone can view this level - this is the default.)
Description
SSH keys generated by the ACS are only 1024 bit (RSA). The common standard is now at least 2048 bit.
decompiled com.jcraft.jsch.KeyPair:
public static KeyPair genKeyPair(JSch jsch, int type) throws JSchException { return genKeyPair(jsch, type, 1024); } public static KeyPair genKeyPair(JSch jsch, int type, int key_size) throws JSchException { KeyPair kpair = null; ....
Attachments
Issue Links
- links to