sshj
sshj copied to clipboard
Fix null check for public key parameter.
Actually the null check is not for the parameter, but was once meant to only ensure that a subsequent call to init would not re-initialize. Need to check what the potential problem is.