bwsw commented on a change in pull request #2389: CLOUDSTACK-10213: Allow
specify SSH key lengh
URL: https://github.com/apache/cloudstack/pull/2389#discussion_r160106621
##########
File path: utils/src/main/java/com/cloud/utils/ssh/SSHKeysHelper.java
##########
@@ -43,9 +43,9 @@ private static String toHexString(byte[] b) {
return sb.toString();
}
- public SSHKeysHelper() {
+ public SSHKeysHelper(Integer keyLenght) {
Review comment:
It's a typo. ShouldBe keyLength.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services